View source: R/Methods_class_bipl5.R
predict.bipl5 | R Documentation |
Extract the fitted values of the biplot display
## S3 method for class 'bipl5'
predict(object, ...)
object |
An object of class |
... |
Additional arguments to be passes to the kable function, contained in a list named kable.args |
The function invisibly returns the predicted values of the biplot display,
and outputs the predicted values via the kable
function
kable.args<-list()
kable.args$format<-"pipe"
x<-PCAbiplot(iris[,-5])
predict(x,kable.args)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.