GRTS-methods: The GRTS wrapper function

Description Usage Arguments Value Methods See Also Examples

Description

The GRTS wrapper function selects the appropriate GRTS function based on the object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
GRTS(object, ...)

## S4 method for signature 'numeric'
GRTS(object, ...)

## S4 method for signature 'SpatialGrid'
GRTS(object, ...)

## S4 method for signature 'SpatialGridDataFrame'
GRTS(object, ...)

## S4 method for signature 'SpatialPoints'
GRTS(object, ...)

## S4 method for signature 'SpatialPointsDataFrame'
GRTS(object, ...)

## S4 method for signature 'SpatialPolygons'
GRTS(object, ...)

## S4 method for signature 'SpatialPolygonsDataFrame'
GRTS(object, ...)

Arguments

object

The object on which to generate a GRTS sample

...

further arguments to the functions

Value

A GRTS sample

Methods

signature(object = "numeric")

Use GRTS.default

signature(object = "SpatialPoints")

Use GRTS.point

signature(object = "SpatialPointsDataFrame")

Use GRTS.point

signature(object = "SpatialGrid")

Use GRTS.grid

signature(object = "SpatialGridDataFrame")

Use GRTS.grid

signature(object = "SpatialPolygons")

Use GRTS.polygon

signature(object = "SpatialPolygonsDataFrame")

Use GRTS.polygon

See Also

GRTS.default

GRTS.grid

GRTS.point

GRTS.polygon

Examples

1
 GRTS(4)

ThierryO/grts documentation built on Jan. 15, 2022, 8:31 p.m.