print: 'print' S3 method for 'GPCA' or 'GPCA_iteration' object

Description Usage Arguments See Also

Description

print S3 method for GPCA or GPCA_iteration object

Usage

1
2
3
4
5
6
7
## 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, ...)

Arguments

x

a GPCA or GPCAiteration object

rmin, rmax, cmin, cmax

maximum and minimum rows and columns to be printed

...

passed arguments

See Also

GPCA,GPCA_iteration

GPCA_iteration


RMAWGEN documentation built on Dec. 12, 2019, 9:07 a.m.