plot.simulate: Plot Simulations from a 'gp' Object

Description Usage Arguments Value Note See Also

Description

Function to plot simulations from a gp object.

Usage

1
2
3
4
5
## 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 output = "list".

y

Not used yet.

col

Named list of colors to be used, with elements "sim" and "trend".

show

A logical vector telling which elements must be shown.

...

Further argument passed to plot.

Value

Nothing.

Note

For now, this function can be used only when the number of inputs is one.

See Also

simulate.gp.


kergp documentation built on March 18, 2021, 5:06 p.m.