plot.const_C {activegp}R Documentation

Plot const_C objectc

Description

Plot const_C objectc

Usage

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


[Package activegp version 1.1.0 Index]