getBenthicData | R Documentation |
Download benthic data from server to a data.frame
getBenthicData( years, regions, server = "https://grunt.sefsc.noaa.gov/rvc_analysis20/" )
years |
A numeric vector of years for which to get sample data |
regions |
A character vector of region codes for which to get sample data (e.g. "FLA KEYS", "DRY TORT", "SEFCRI") |
server |
A string containing the domain url at which to access the server |
A data.frame with taxonomic data and life history data for all species in the RVC with columns:
A code indicating the region. DRY TORT: Dry Tortugas, FLA KEYS: Florida Keys, and SEFCRI: Southeast Peninsular Florida
A number indicating the calendar year
A code indicating the primary sample unit in which a sample was collected
A number indicating the secondary sampling unit within a given primary sample unit
Average depth, in meters, of secondary sampling unit
The maximum height, in meters, of hard relief (e.g. hard corals, rock)
The maximum height, in meters, of soft relief (e.g. soft corals, sponges)
The average height, in meters, of hard relief
Percentage of hard relief less than 0.2 meters
Percentage of hard relief between 0.2 and 0.5 meters
Percentage of hard relief between 0.5 and 1.0 meters
Percentage of hard relief between 1.0 and 1.5 meters
Percentage of hard relief greater than 1.5 meters
Percentage of abiotic cover that is sand
Percentage of abiotic cover that is hard bottom
Percentage of abiotic cover that is rubble
Percentage of biotic hardbottom that is coral
Percentage of biotic hardbottom that is octocoral
Percentage of biotic hardbottom that is sponge
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.