Learn R Programming

covatest (version 0.2.1)

vv_13: Precomputed variogram for PM10 in data set rr_13

Description

Precomputed variogram for PM10 in data set rr_13.

Usage

data(vv_13)

Arguments

Format

Object of class StVariogram

Examples

Run this code
# NOT RUN {
## To run the example, paste and copy the following lines
# (without the symbol '#') in the console:
#
# rr_13 is obtained by running the following command lines:
#
# library(spacetime)
# library(gstat)
# rm(list = ls())
# data(rr_13)
# vv_13 = variogram(PM10~1, rr_13, width=60, cutoff = 220, tlags=0:15)
## End (Not run)
# }

Run the code above in your browser using DataLab