getID: Retrieve Object IDs

Description Usage Arguments Details Value Author(s) See Also Examples

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

1
getID(object, ...)

Arguments

object

An object for a class supported by the methods.

...

Not used at present.

Details

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

Value

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

Author(s)

Jeffrey H. Gove

See Also

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

Examples

1
2
st = standingTree()
getID(st)

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