plot_meteo: Plot Meteo data

Description Usage Arguments Value

View source: R/plot_meteo.R

Description

Plots meteorlogical variables used for input into GOTM

Usage

1
2
plot_meteo(meteo_file, header = F, sep = "\t", start = NULL,
  stop = NULL, tz = "UTC")

Arguments

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.

Value

Dataframe with Date time and values in wide format


tadhg-moore/gotmtools documentation built on Oct. 9, 2019, 2:48 p.m.