Description Usage Arguments Value References Examples
Plots theoretical variogram functions from the list defined in covmodelCMB
1 2 3 4 5 6 7 8 9 | plotvariogram(
cov.model = "matern",
sigmasq = 1,
phi = pi,
kappa = 0.5,
from = 0,
to = pi,
...
)
|
cov.model |
A type of the variogram function. Available choices are: "matern", "exponential","spherical", "powered.exponential", "cauchy", "gencauchy", "pure.nugget", "askey", "c2wendland", "c4wendland", "sinepower", "multiquadric". The default is "matern" |
sigmasq |
The variance parameter as documented in |
phi |
The range parameter as documented in |
kappa |
A smoothness parameter of the variogram function. The default is 0.5. |
from |
A lower range of the plotting region. The default is |
to |
An upper range of the plotting region. The default is |
... |
optional plotting parameters. |
Produces a plot with the theoretical variogram.
covmodelCMB
1 2 | plotvariogram("matern", sigmasq = 5)
plotvariogram("askey", phi = pi/4, to = pi/2, kappa = 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.