## S3 method for class 'aplus':
plot(x,...,labels=colnames(X),cn=colnames(X),
aspanel=FALSE,id=FALSE,idlabs=NULL,idcol=2,
center=FALSE,scale=FALSE,pca=FALSE,col.pca=par("col"),
add=FALSE,logscale=TRUE,xlim=NULL,ylim=xlim,
col=par("col"),plotMissings=TRUE,
lenMissingTck=0.05,colMissingTck="red",
mp=~simpleMissingSubplot(missingPlotRect,missingInfo,
c("NM","TM",cn)),
robust=getOption("robust"))
## S3 method for class 'rplus':
plot(x,...,labels=colnames(X),cn=colnames(X),
aspanel=FALSE,id=FALSE,idlabs=NULL,idcol=2,
center=FALSE,scale=FALSE,pca=FALSE,col.pca=par("col"),
add=FALSE,logscale=FALSE,
xlim=NULL,
ylim=xlim,col=par("col"),plotMissings=TRUE,
lenMissingTck=0.05,colMissingTck="red",
mp=~simpleMissingSubplot(missingPlotRect,missingInfo,
c("NM","TM",cn)),
robust=getOption("robust"))
## S3 method for class 'rmult':
plot(x,...,labels=colnames(X),cn=colnames(X),
aspanel=FALSE,id=FALSE,idlabs=NULL,idcol=2,
center=FALSE,scale=FALSE,pca=FALSE,col.pca=par("col"),
add=FALSE,logscale=FALSE,col=par("col"),
robust=getOption("robust"))
par
)cn
the names of the components in the currentidentify
commandid=TRUE
idlabs
labelsscale
scale
plot.aplus
,
qqnorm.acomp
,boxplot.acomp
data(SimulatedAmounts)
plot(aplus(sa.lognormals))
plot(rplus(sa.lognormals))
plot(aplus(sa.lognormals5))
plot(rplus(sa.lognormals5))
Run the code above in your browser using DataLab