setSTI: A convenience function for the sample spatiotemporal...

View source: R/setSTI.R

setSTIR Documentation

A convenience function for the sample spatiotemporal variogram

Description

A convenience function for the sample spatiotemporal variogram

Usage

setSTI(
  stf,
  formula,
  tlags = 0:6,
  cutoff = 30000,
  width = 1000,
  assumeRegular = TRUE,
  pseudo = TRUE,
  logarithm = FALSE,
  na.omit = TRUE,
  wireframe = TRUE,
  plot3d = FALSE,
  cores = 1
)

Arguments

stf

A ST*DF object.

formula

formula (inherits the same parameter in variogramST)

tlags

temporal lags to compute semivariance (inherits the same parameter in variogramST)

cutoff

the maximum bound of the set of spatial lags (inherits the same parameter in variogramST)

width

integer (1). spatial lag (inherits the same parameter in variogramST)

assumeRegular

Boolean. Assuming regular grid?

pseudo

Boolean. See ?gstat::variogramST

logarithm

Boolean. log-transformation

na.omit

Boolean. Omit NA values.

wireframe

Boolean. Whether you plot a StVariogram in wireframe or not. If not, the return will be in class of data.frame, not a list

plot3d

Boolean. Wheter you make a three-dimensional graph with rgl package

Value

Depends on the arguments wireframe (if TRUE, list of length 2) and plot3d (if TRUE, list of length 3), a StVariogram object otherwise.


sigmafelix/autoSTK documentation built on May 2, 2024, 11:23 a.m.