gris: gris

Description Usage Arguments Value Methods

View source: R/gris.R

Description

gris

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
gris(x, ...)

## S3 method for class 'gris'
x[i, j, drop = FALSE]

## S3 method for class 'gris'
print(x, ..., n = NULL, width = NULL)

## S3 method for class 'gris'
plot(x, y, triangles = FALSE, ...)

as.gris(x, ...)

Arguments

x

Spatial* object

...

unused

i

indices for extract

j

indices for extract

drop

ignored

n

n

width

width

y

y

Value

gris

Methods

gris implements these base methods:

plot

Plots the object according to its topology type, or by a chosen type. This method follows base plotting with types "p" points, "l" lines, and adds "pp" for polygons

print

Prints the object and vertices tables with a summary of the topology linkages

[

Subset as an object table on attributes, propagates down through the geometry links to return a subsetted gris object


r-gris/gris documentation built on May 14, 2019, 12:57 a.m.