Learn R Programming

EFAtools (version 0.3.0)

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
# NOT RUN {
# determine n factors of the GRiPS
CD(GRiPS_raw)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab