Description Usage Arguments Author(s) Examples
View source: R/plot.formLatticeOutput.R
This function plots the boundary, holes, nodes and neighbor lattice for the lattice based density or regression estimators. The plot can be examined to determine whether the lattice of connected nodes fills the region. If some nodes are connected when they should not be, or are disconnected when they should be connected, use editLattice to add or remove neighbor links.
1 2 |
x |
An object of type formLatticeOutput returned by either formLattice or editLattice. |
... |
Other arguments to be passed to functions plot, points, lines. |
Ronald P. Barry
1 2 3 4 5 6 | plot.new()
data(polygon1)
nodeFillingOutput <- nodeFilling(poly=polygon1, node_spacing=0.015)
plot(nodeFillingOutput)
formLatticeOutput <- formLattice(nodeFillingOutput)
plot(formLatticeOutput)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.