outgrid {SyNet} | R Documentation |
Displays a list with operative geographical units (OGUs) associated to each unit of co-occurrence.
outgrid(x, namx = NULL)
x |
Object of class 'gridinference'. |
namx |
Object of class 'nam'. If NULL nam function is implemented. |
A list of character vectors. Elements correspond to spatial expressions of units of co-occurrence detected through NAM analysis.
Daniel A. Dos Santos
nam
for generating objects of class nam
.
gridinfer
for generating objects of class gridinference
.
data(sciobius2x2) # Obtain grid data about Sciobius distribution. arg1 <- gridinfer(dntable = sciobius2x2) arg2 <- nam(arg1) outgrid(arg1, arg2)