plot_meteo | R Documentation |
Plots meteorlogical variables used for input into GOTM
plot_meteo(
meteo_file,
header = F,
sep = "\t",
start = NULL,
stop = NULL,
tz = "UTC"
)
meteo_file |
value file; File path to GOTM meteorlogical input file. |
header |
logical; indicating whether the file contains the names of the variables as its first line. Defaults to FALSE. |
sep |
character; field separator character. Values on each line of the file are separated by this character. Defaults to tab |
start |
string; Start date of range of data to be plotted. |
stop |
string; Stop date of range of data to be plotted. |
tz |
Timezone string to be supplied to as.POSIXct. Defaults to 'UTC'. This often can be left to the default unless timezone support is specifically required. |
Dataframe with Date time and values in wide format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.