plot.simulate.gp {kergp} | R Documentation |
Plot Simulations from a gp
Object
Description
Function to plot simulations from a gp
object.
Usage
## S3 method for class 'simulate.gp'
plot(x, y,
col = list(sim = "SpringGreen3", trend = "orangered"),
show = c(sim = TRUE, trend = TRUE, y = TRUE),
...)
Arguments
x |
An object containing simulations, produced by 'simulate' with
|
y |
Not used yet. |
col |
Named list of colors to be used, with elements |
show |
A logical vector telling which elements must be shown. |
... |
Further argument passed to |
Value
Nothing.
Note
For now, this function can be used only when the number of inputs is one.
See Also
[Package kergp version 0.5.7 Index]