tmdl_parameters | R Documentation |
Summary and status of all unique water quality limited parameter and pollutant pair combinations for each TMDL action.
data(tmdl_parameters)
An object of class data.frame
with 369 rows and 6 columns.
Database fields include:
action_id: EPA ATTAINS action ID assigned to each TMDL document.
TMDL_wq_limited_parameters: Name of the water quality limited 303(d) parameter that the TMDL addresses.
TMDL_pollutant: Name of TMDL pollutant causing the water quality impairment.
TMDL_status: Status of TMDL for the parameter and pollutant.
Active: TMDL has been approved by EPA and is active.
Not Active: TMDL has been withdrawn, disapproved by EPA, and/or replaced with a newer TMDL.
In Development: TMDL is in development.
TMDL_status_comment: Note summarizing information about the TMDL and if it was replaced or modified.
revision_action_id: The EPA ATTAINS action ID assigned to the TMDL revision.
p1 <- data(tmdl_parameters)
p2 <- odeqtmdl::tmdl_parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.