showGrid.stppp: showGrid.stppp function

Description Usage Arguments Value See Also Examples

Description

If an stppp object has been created via simulation, ie using the function lgcpSim, then this function will display the grid centroids that were used in the simulation

Usage

1
2
## S3 method for class 'stppp'
showGrid(x, ...)

Arguments

x

an object of class stppp. Note this function oly applies to SIMULATED data.

...

additional arguments passed to points

Value

plots grid centroids on the current graphics device. FOR SIMULATED DATA ONLY.

See Also

lgcpSim, showGrid.default, showGrid.lgcpPredict

Examples

1
2
3
## Not run: xyt <- lgcpSim()
## Not run: plot(xyt)
## Not run: showGrid(xyt,pch="+",cex=0.5)

bentaylor1/lgcp documentation built on May 12, 2019, 2:09 p.m.