plot: plot method for SLattice objects

Description Usage Arguments Examples

Description

plot method for SLattice objects

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'SLattice,missing'
plot(x, y, ...)

## S4 method for signature 'SField,missing'
plot(x, y, ..., bg = grey(0.7))

## S4 method for signature 'SObjects,missing'
plot(x, ..., bg = grey(0.7))

Arguments

x

object of class SLattice, SField or SObjects

y

should be missing

...

passed on to plot,Spatial,missing-method

bg

background colour for domain or observation window (default grey(.7))

Examples

1
2
3
4
5
6
7
8
library(sp)
demo(meuse, ask = FALSE, echo = FALSE)
plot(SLattice(meuse.grid))
plot(SLattice(meuse.area))
plot(SField(meuse, meuse.grid))
plot(SField(meuse, meuse.area))
plot(SObjects(meuse, meuse.grid))
plot(SObjects(meuse, meuse.area))

edzer/mss documentation built on May 15, 2019, 11:08 p.m.