Data for environmental contour plots

pr_get_NRSEnvContour(Data = "Chemistry")

Arguments

Data

Use Chemistry, Pico or Micro, the depth stratified samples

Value

A dataframe to be used with pr_plot_NRSEnvContour

Examples

df <- pr_get_NRSEnvContour('Micro')
#> Rows: 6562 Columns: 157
#> ── Column specification ────────────────────────────────────────────────────────
#> Delimiter: ","
#> chr    (4): code, TripCode, StationName, StationCode
#> dbl  (151): TripCode_depth, Longitude, Latitude, Year, Month, Day, Silicate_...
#> dttm   (1): SampleDateUTC
#> time   (1): Time_24hr
#> 
#>  Use `spec()` to retrieve the full column specification for this data.
#>  Specify the column types or set `show_col_types = FALSE` to quiet this message.