Learn R Programming

kergp (version 0.5.7)

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

Description

Function to plot simulations from a gp object.

Usage

# S3 method for simulate.gp
plot(x, y,
        col = list(sim = "SpringGreen3", trend = "orangered"),
        show = c(sim = TRUE, trend = TRUE, y = TRUE),
        ...)

Value

Nothing.

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.

See Also

simulate.gp.