View source: R/set_speleothem.R
| set_speleothem | R Documentation |
Set Speleothem
set_speleothem(
x = NA,
entityid = NA_integer_,
entityname = NA_character_,
siteid = NA_integer_,
collectionunitid = NA_integer_,
dripheight = NA_integer_,
monitoring = FALSE,
geology = NA_character_,
relativeage = NA_character_,
speleothemtype = NA_character_,
dripheightunits = NA_character_,
entitycovertype = NA_character_,
entrancedistance = NA_integer_,
landusecovertype = NA_character_,
speleothemdriptype = NA_character_,
landusecoverpercent = NA_integer_,
vegetationcovertype = NA_character_,
entitycoverthickness = NA_integer_,
entrancedistanceunits = NA_character_,
vegetationcoverpercent = NA_integer_
)
x |
Object to be set as a speleothem |
entityid |
The speleothem entity ID. |
entityname |
Name of the speleothem entity. |
siteid |
The unique site ID for a site. |
collectionunitid |
The unique collection unit ID for a collection unit. |
dripheight |
drip height |
monitoring |
Is the speleothem being monitored? TRUE/FALSE |
geology |
rock type of the speleothem |
relativeage |
relative age of the speleothem |
speleothemtype |
type of speleothem |
dripheightunits |
Units for drip height |
entitycovertype |
type of cover around the speleothem |
entrancedistance |
distance from cave entrance |
landusecovertype |
type of land use cover around the speleothem |
speleothemdriptype |
type of speleothem drip |
landusecoverpercent |
land use cover percent |
vegetationcovertype |
type of vegetation cover around the speleothem |
entitycoverthickness |
thickness of the entity cover |
entrancedistanceunits |
Units for distance from cave entrance |
vegetationcoverpercent |
vegetation cover percent |
speleothem object
Socorro Dominguez dominguezvid@wisc.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.