Coverage.Grid-class {dssd} | R Documentation |
Class "Coverage.Grid"
Description
Class "Coverage.Grid"
is an S4 class containing descriptions of a
grid used to assess the coverage scores of different designs.
Slots
grid
sf multipoint object
spacing
the spacing used to create the coverage grid
Objects from the Class
Objects can be created by calls of the form
make.grid(region = make.region(), no.points = 1000, spacing = numeric(0)
Methods
plot
signature(x = "Coverage.Grid", y = "missing")
: plots the grid of points.
[Package dssd version 1.0.2 Index]