A function to retrieve the definitions for one or more environments in the Macrostrat database. By default, all environment definitions are returned.
Usage
def_environments(
environ = NULL,
environ_type = NULL,
environ_class = NULL,
environ_id = NULL
)
Arguments
- environ
character
. The name of a specific environment (e.g., "reef") to return a definition for.- environ_type
character
. The name of a type of environment (e.g., "carbonate") to return a definition for.- environ_class
character
. The name of a class of environment (e.g., "marine") to return a definition for.- environ_id
integer
. The unique identification number of the desired environment to return a definition for.
Value
A data.frame
containing the following columns:
environ_id
: The unique identification number of the environment.name
: The name of the environment.type
: Environment type, less inclusive than class.class
: Environment class, more inclusive than type.color
: Recommended coloring for environment, based on the dominant lithology.t_units
: The total number of Macrostrat units that are partially, or entirely, composed of the environment.
See also
Geologic features and attributes:
def_econs()
,
def_grain_sizes()
,
def_lithologies()
,
def_lithology_att()
,
def_measurements()
,
def_minerals()
,
def_structures()