getID-methods: Methods for Function 'getID' in Package 'sampSurf'

Description Methods

Description

Please see the generic, this is a simple function for which each of the methods returns a vector (sometimes of length one) of identifiers for the objects passed. The IDs can be buried deeply within the object, especially when they are spatial IDs, so it is simpler to have these little helper methods.

Please note that identifiers for "Stem" class objects are the spatial IDs used in the polygon representing the individual log or tree.

Methods

signature(object = "downLog")

This will return the spatial ID for the log as the log's identifier.

usage...

getID(object, ...)
  • object: An object of class “downLog”.

signature(object = "downLogs")

Returns a vector of spatial IDs for the logs in the collection.

usage...

getID(object, ...)
  • object: An object of class “downLogs”.

signature(object = "standingTree")

This will return the spatial ID for the tree as the tree's identifier.

usage...

getID(object, ...)
  • object: An object of class “standingTree”.

signature(object = "standingTrees")

Returns a vector of spatial IDs for the trees in the collection.

usage...

getID(object, ...)
  • object: An object of class “standingTrees”.


sampSurf documentation built on March 5, 2021, 5:06 p.m.