variety.define {RGeostats}R Documentation

Define the Variety

Description

Define the characteristics of the Variety in which the work must be performed

Usage

variety.define(flag.sphere=FALSE, radius=6371, verbose=1)

Arguments

flag.sphere

When TRUE, all the calculations are performed using the spherical coordinates. When FALSE, all the calculations are performed using the Euclidean distances.

radius

This argument only makes sense when using the spherical coordinates (flag.sphere=TRUE). It gives the radius of the Sphere used to define the coordinates. By default, this radius corresponds to the Radius of Earth.

verbose

Verbose flag.

Details

The use of spherical coordinates is incompatible with any projection on Earth.

Value

Not used here


[Package RGeostats version 14.0.10 Index]