Description Usage Arguments Value
Filter out nearest neighbours by cell class. If cell i has no
nearest neighbours of class cell.class
then numeric(0)
is returned.
1 2 3 4 | neighbourClass(object, cell.class)
## S4 method for signature 'SPData,numeric'
neighbourClass(object, cell.class)
|
object |
The SPData object to use |
cell.class |
The cell class to filter out |
A list of length nCell(object)
where all nearest
neighbour cells other than of type cell.class
have been removed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.