gp
ObjectFunction to plot simulations from a gp
object.
# S3 method for simulate.gp
plot(x, y,
col = list(sim = "SpringGreen3", trend = "orangered"),
show = c(sim = TRUE, trend = TRUE, y = TRUE),
...)
Nothing.
An object containing simulations, produced by 'simulate' with
output = "list"
.
Not used yet.
Named list of colors to be used, with elements "sim"
and
"trend"
.
A logical vector telling which elements must be shown.
Further argument passed to plot
.
simulate.gp
.