metadata objects store metadata for a load model of any type (e.g.,
loadModel, loadInterp, loadReg2, or
loadComp). See an example object at
data(eg_metadata). Metadata can be created and modified by
calls to metadata or updateMetadata. Values and
relevant information can be accessed by getCol,
getUnits, or getInfo.
constituentcharacter. The name of the data.frame column describing the concentration of the solute or material to be modeled.
consti.namecharacter. Consituent long name, for use in plots and reports
flowcharacter. The name of the data.frame column describing flow (discharge)
load.ratecharacter. The name of the data.frame column, if it exists, describing instantaneous load
datescharacter. The name of the data.frame column describing date and/or time
flow.unitscharacter. The units in which flow is both input and exported.
conc.unitscharacter. The units in which concentration is both input and exported.
load.unitscharacter. The units in which load (flux) is both input and exported.
load.rate.unitscharacter. The units in which load (flux) is reported by predict.loadModel().
stationdeprecated. character. A description of the sampling station or
site. It's now recommended to use site.name and/or site.id
instead.
site.namecharacter. A description of the station or site where the
concentration of the constituent was measured. This slot or site.id
is a better place for a site identifier than the station slot, which
is deprecated.
site.idcharacter Station ID for the site where the concentration of the constituent was measured.
latnumeric Station latitude where concentration (and possibly also discharge) was measured.
lonnumeric Station longitude where concentration (and possibly also discharge) was measured.
basin.areanumeric Area of the drainage basin contributing water to the site where concentrations were measured.
flow.site.namecharacter Long name of the station where flow was
monitored, if different from where concentration was monitored (as in
site.name).
flow.site.idcharacter Station ID of the station where flow was
monitored, if different from where concentration was monitored (as in
site.id).
flow.latnumeric Latitude of the station where flow was monitored, if
different from where concentration was monitored (as in site.lat).
flow.lonnumeric Longitude of the station where flow was monitored, if
different from where concentration was monitored (as in site.lon).
flow.basin.areanumeric Area of the drainage basin contributing water
to the site where flow was monitored, if different from where concentration
was monitored (as in basin.area).
basin.area.unitscharacter Units of the values in basin.area and
flow.basin.area (must be the same for both). Basin areas are used to
compute yields as loads per contributing (basin) area.
customANY. Empty by default, but may be modified to store any additional data the user wants to track.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.