rm.na package:marray R Documentation _R_e_m_o_v_e _m_i_s_s_i_n_g _v_a_l_u_e_s _D_e_s_c_r_i_p_t_i_o_n: Remove NA's, NAN's and INF's from a vector. _U_s_a_g_e: rm.na(x) _A_r_g_u_m_e_n_t_s: x: A numeric vector _V_a_l_u_e: A vector with all NA's remove. _A_u_t_h_o_r(_s): Jean Yang _E_x_a_m_p_l_e_s: x <- round(rnorm(10), 2) x[c(2,4,5)] <- NA x rm.na(x)