scale_mds() turns a bipl5_spec created by init_biplot() into a fully
formed bipl5_biplot by dispatching to one of the underlying
biplotEZ::PCA(), biplotEZ::CVA(), biplotEZ::PCO(), or
biplotEZ::regress() methods and then compiling only the requested
mdsDisplay. Any additional displays can be added later with
append_mdsDisplay().
Arguments
- x
A
bipl5_speccreated byinit_biplot().- type
The biplot method to construct. One of
"pca","cva","pco","regress", or"regression".- ...
Additional named arguments for the chosen method.
Details
The type argument chooses the underlying biplot method. Additional
arguments are method-specific and should be supplied via ....
Supported aliases in ...:
Common:
classes,group_aes/group.aes,title/TitlePCA:
dimensions/dim.biplot,eigenvectors/e.vects,show_class_means/show.class.means/show_group_means/show.group.means,correlation_biplot/correlation.biplotCVA:
classes,dimensions/dim.biplot,eigenvectors/e.vects,weighted_cva/weightedCVA,show_class_means/show.class.means/show_group_means/show.group.means,low_dim/low.dimPCO:
Dmat/dist_mat,dist_func/dist.func,dist_func_cat/dist.func.cat,dimensions/dim.biplot,eigenvectors/e.vects,show_class_means/show.class.means/show_group_means/show.group.means,axesregress:Z/z,show_group_means/show.group.means/show_class_means/show.class.means,axes
For type = "pco", any remaining named arguments in ... are forwarded to
the chosen distance function.