showGrid.default: showGrid.default function

View source: R/lgcpMethods.R

showGrid.defaultR Documentation

showGrid.default function

Description

Default method for printing a grid to a screen. Arguments are vectors giving the x any y coordinates of the centroids.

Usage

## Default S3 method:
showGrid(x, y, ...)

Arguments

x

an vector of grid values for the x coordinates

y

an vector of grid values for the y coordinates

...

additional arguments passed to points

Value

plots grid centroids on the current graphics device

See Also

showGrid.lgcpPredict, showGrid.stppp


lgcp documentation built on Oct. 3, 2023, 5:08 p.m.