View source: R/plot_validate_profiles.R
plot_validate_profiles | R Documentation |
Plot validation and model temperature profiles for all unique dates
plot_validate_profiles(nc_file, field_file, fig_path = NULL, ...)
nc_file |
a string with the path to the netcdf output from GLM |
field_file |
a string with the path to the field observation file |
fig_path |
Default is NULL (only plots to screen). Enter string path to save as output file. File type can be anything supported by |
... |
additional arguments passed to |
Luke A. Winslow, Jordan S. Read, Hilary A. Dugan
validate_sim, resample_to_field
nc_file <- system.file("extdata", "output/output.nc", package = "glmtools")
field_file <- system.file("extdata", "LakeMendota_field_data.csv", package = "glmtools")
# create a multiple metric diagnostic fig within R:
plot_validate_profiles(nc_file, field_file, fig_path = NULL, method = 'interp')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.