Learn R Programming

sampSurf (version 0.7-6)

getID: Retrieve Object IDs

Description

This generic's methods will get the ID that is used to identify the object. Sometimes this can be embedded down within the object's spatial slot components, so this function just makes it simpler to find this information.

Usage

getID(object, ...)

Arguments

object

An object for a class supported by the methods.

Not used at present.

Value

The return is a vector of IDs for the object (e.g., container classes will normally have multiple “Stem” objects).

Details

Currently, methods exist for objects of classes described in getID-methods.

See Also

"'>downLog", "'>downLogs", "'>standingTree", and "'>standingTrees" class definitions.

Examples

Run this code
# NOT RUN {
st = standingTree()
getID(st)
# }

Run the code above in your browser using DataLab