getNetwork | R Documentation |
Returns the network code for a object of class NPSForVeg
getNetwork(object)
object |
Either a |
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.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.