outgrid {SyNet}R Documentation

Spatial Expression of Grid Data

Description

Displays a list with operative geographical units (OGUs) associated to each unit of co-occurrence.

Usage

  outgrid(x, namx = NULL)

Arguments

x Object of class 'gridinference'.
namx Object of class 'nam'. If NULL nam function is implemented.

Value

A list of character vectors. Elements correspond to spatial expressions of units of co-occurrence detected through NAM analysis.

Author(s)

Daniel A. Dos Santos

See Also

nam for generating objects of class nam. gridinfer for generating objects of class gridinference.

Examples

data(sciobius2x2) # Obtain grid data about Sciobius distribution.
arg1 <- gridinfer(dntable = sciobius2x2)
arg2 <- nam(arg1)
outgrid(arg1, arg2) 

[Package SyNet version 1.0 Index]