print.GPCA | R Documentation |
print
S3 method for GPCA
or GPCA_iteration
objectprint
S3 method for GPCA
or GPCA_iteration
object
## S3 method for class 'GPCA'
print(x, rmin = 1, rmax = 4, cmin = rmin, cmax = rmax, ...)
## S3 method for class 'GPCAiteration'
print(x, rmin = 1, rmax = 4, cmin = rmin, cmax = rmax, ...)
x |
a |
rmin , rmax , cmin , cmax |
maximum and minimum rows and columns to be printed |
... |
passed arguments |
GPCA
,GPCA_iteration
GPCA_iteration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.