getNetwork: getNetwork

getNetworkR Documentation

getNetwork

Description

Returns the network code for a object of class NPSForVeg

Usage

getNetwork(object)

Arguments

object

Either a NPSForVeg object, or a list of such objects

Value

A character vector of network codes. For a single NPSForVeg object a single code is returned. For a list of objects, a network code for each object in the list is returned.

Examples

## Not run: 
netn <- importNETN("C:/NETN/R_Dev/data/NPSForVeg/NETN")

nwk_pk <- cbind(network = getNetwork(netn),
                parks = getNames(netn, name.class = 'code'))


## End(Not run)


NCRN/NPSForVeg documentation built on Nov. 30, 2024, 7:32 a.m.