GRTS-methods: The GRTS wrapper function

Description Arguments Value Methods See Also Examples

Description

The GRTS wrapper function selects the appropriate GRTS function based on the 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.grid

GRTS.point

GRTS.polygon

GRTS.default

Examples

1
GRTS(4)

GRTS documentation built on May 2, 2019, 6:39 p.m.