plot.const_C: Plot const_C objectc
Description
Plot const_C objectc
Usage
# S3 method for const_C
plot(x, output = c("all", "matrix", "logvals", "projfn"), ...)Arguments
- x
A const_C object, the result of a call to C_GP
- output
one of "image" (image of the C matrix), "logvals" (log-eigen values),
"projfn" projected function on first eigen vector or all plots at once (default).
- ...
Additional parameters. Not used.