View source: R/gmSpatialModel.R
| make.gmCompositionalMPSSpatialModel | R Documentation | 
Construct a regionalized compositional data container to be used for multipoint geostatistics.
make.gmCompositionalMPSSpatialModel(
  data,
  coords = attr(data, "coords"),
  V = "ilr",
  prefix = NULL,
  model = NULL
)
data | 
 either a   | 
coords | 
 the coordinates of the sampling locations, if no SpatialPointsDataFrame was provided  | 
V | 
 optionally, a matrix of logcontrasts, or else one of the following strings: "alr", "ilr" or "clr"; to produce a plot of the empirical variogram in the corresponding representation; default to variation-variograms  | 
prefix | 
 the desired prefix name for the logratio variables, if this is wished to be forced; otherwise derived from   | 
model | 
 a training image, of any appropriate class (typically a   | 
A "gmSpatialModel" object with all information provided appropriately structured. See gmSpatialModel.
DirectSamplingParameters() for specifying a direct simulation method parameters,
predict_gmSpatialModel for running the simulation
Other gmSpatialModel: 
Predict(),
as.gmSpatialModel(),
gmSpatialModel-class,
make.gmCompositionalGaussianSpatialModel(),
make.gmMultivariateGaussianSpatialModel()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.