get_defaults {treePlotArea}R Documentation

Get Default Options for treePlotArea

Description

Used to see (not set) the default options set by treePlotArea. Use set_options to change these default values.

Usage

get_defaults()

Value

A named list. It has the following entries giving the column names of the angle count or boundary data that hold information on:

angle_counts
tract_id

The tract id.

corner_id

The corner id.

tree_id

The tree id.

distance

The distance from the center of the tract's corner.

azimuth

The azimuth from North.

dbh

The diameter at breast height.

boundaries
tract_id

The tract id.

corner_id

The corner id.

boundary_type

Type of boundary.

boundary_status

Validity of the boundary.

distance_start

The starting point's distance.

distance_flexing

The flexing point's distance.

distance_end

The ending point's distance.

azimuth_start

The starting point's azimuth.

azimuth_flexing

The flexing point's azimuth.

azimuth_end

The ending point's azimuth.

See Also

Other option functions: set_options()

Examples

get_defaults()

[Package treePlotArea version 2.1.0 Index]