Learn R Programming

EFAtools (version 0.4.6)

print.CD: Print function for CD objects

Description

Print function for CD objects

Usage

# S3 method for CD
print(x, plot = TRUE, ...)

Arguments

x

a list of class CD. Output from CD function.

plot

logical. Whether to plot the results.

...

Further arguments for print.

Examples

Run this code
# \donttest{
# determine n factors of the GRiPS
CD(GRiPS_raw)
# }

Run the code above in your browser using DataLab