Learn R Programming

RMAWGEN (version 1.3.7)

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

Description

print S3 method for GPCA or GPCA_iteration object

Usage

# S3 method for GPCA
print(x, rmin = 1, rmax = 4, cmin = rmin,
  cmax = rmax, ...)

# S3 method for 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