## The function is currently defined as
function (pcx, pcy, scaling, test.outlier = TRUE)
{
Plot.pca.score(pcx, pcy, scaling)
Plot.pca.loading(pcx, pcy, scaling)
if (test.outlier) {
outlier(pcx, pcy, scaling)
}
}
Run the code above in your browser using DataLab