Learn R Programming

SpatioTemporal (version 1.1.2)

print.predCVSTmodel: Print details for predCVSTmodel object

Description

print method for class predCVSTmodel.

Usage

## S3 method for class 'predCVSTmodel':
print(x, ...)

Arguments

x
predCVSTmodel object to print information for.
...
Ignored additional arguments.

Value

  • Nothing

See Also

Other predCVSTmodel methods: estimateCV.STmodel, plot.predCVSTmodel, plot.predictSTmodel, predictCV.STmodel, print.summary.predCVSTmodel, summary.predCVSTmodel

Examples

Run this code
##load some data
data(CV.mesa.model)
##print basic information for the CV-predictions
print(pred.cv.mesa)

Run the code above in your browser using DataLab