spGeomCopula: Constructor of a the spatial copula class based on geometric...

Description Usage Arguments Value Author(s) Examples

View source: R/spGeometric.R

Description

Generates an instance of a spatial copula class based on geometric means.

Usage

1
spGeomCopula(components, distances, unit = NULL)

Arguments

components

the list of components to be used in the spatial geometric copula

distances

the corresponding distances associated with the components

unit

the unit of the distance measure

Value

An instance of the spatial copula class based on geometric means.

Author(s)

Benedikt Graeler

Examples

1
2
3
spGeomCopula(list(normalCopula(0.2), gumbelCopula(1.2), claytonCopula(2)),
              c(0, 120, 300),
             "m")

BenGraeler/spcopula documentation built on Nov. 20, 2020, 4:07 p.m.