plot.lda package:MASS R Documentation _P_l_o_t _M_e_t_h_o_d _f_o_r _C_l_a_s_s '_l_d_a' _D_e_s_c_r_i_p_t_i_o_n: Plots a set of data on one, two or more linear discriminants. _U_s_a_g_e: ## S3 method for class 'lda': plot(x, panel = panel.lda, ..., cex = 0.7, dimen, abbrev = FALSE, xlab = "LD1", ylab = "LD2") _A_r_g_u_m_e_n_t_s: x: An object of class '"lda"'. panel: the panel function used to plot the data. ...: additional arguments to 'pairs', 'ldahist' or 'eqscplot'. cex: graphics parameter 'cex' for labels on plots. dimen: The number of linear discriminants to be used for the plot; if this exceeds the number determined by 'x' the smaller value is used. abbrev: whether the group labels are abbreviated on the plots. If 'abbrev > 0' this gives 'minlength' in the call to 'abbreviate'. xlab: label for the x axis ylab: label for the y axis _D_e_t_a_i_l_s: This function is a method for the generic function 'plot()' for class '"lda"'. It can be invoked by calling 'plot(x)' for an object 'x' of the appropriate class, or directly by calling 'plot.lda(x)' regardless of the class of the object. The behaviour is determined by the value of 'dimen'. For 'dimen > 2', a 'pairs' plot is used. For 'dimen = 2', an equiscaled scatter plot is drawn. For 'dimen = 1', a set of histograms or density plots are drawn. Use argument 'type' to match '"histogram"' or '"density"' or '"both"'. _R_e_f_e_r_e_n_c_e_s: Venables, W. N. and Ripley, B. D. (2002) _Modern Applied Statistics with S._ Fourth edition. Springer. _S_e_e _A_l_s_o: 'pairs.lda', 'ldahist', 'lda', 'predict.lda'