NLSstClosestX package:stats R Documentation _I_n_v_e_r_s_e _I_n_t_e_r_p_o_l_a_t_i_o_n _D_e_s_c_r_i_p_t_i_o_n: Use inverse linear interpolation to approximate the 'x' value at which the function represented by 'xy' is equal to 'yval'. _U_s_a_g_e: NLSstClosestX(xy, yval) _A_r_g_u_m_e_n_t_s: xy: a 'sortedXyData' object yval: a numeric value on the 'y' scale _V_a_l_u_e: A single numeric value on the 'x' scale. _A_u_t_h_o_r(_s): Jose Pinheiro and Douglas Bates _S_e_e _A_l_s_o: 'sortedXyData', 'NLSstLfAsymptote', 'NLSstRtAsymptote', 'selfStart' _E_x_a_m_p_l_e_s: DNase.2 <- DNase[ DNase$Run == "2", ] DN.srt <- sortedXyData(expression(log(conc)), expression(density), DNase.2) NLSstClosestX(DN.srt, 1.0)