SpatioTemporal (version 1.1.9.1)

print.predCVSTmodel: Print details for predCVSTmodel object

Description

print method for class predCVSTmodel.

Usage

# S3 method for 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, print.summary.predCVSTmodel, qqnorm.predCVSTmodel, scatterPlot.predCVSTmodel, summary.predCVSTmodel

Examples

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

# }

Run the code above in your browser using DataCamp Workspace