plot.gstar {gstar}R Documentation

Plotting the gstar object

Description

plotting the gstar object

Usage

## S3 method for class 'gstar'
plot(x, testing = NULL, n_predict = NULL, ...)

Arguments

x

an object of class "gstar".

testing

The testing data to be plotted.

n_predict

The number of steps ahead for which prediction is required.

...

further arguments passed to or from other methods.


[Package gstar version 0.1.0 Index]