plot_meteo: Plot Meteo data

View source: R/plot_meteo.R

plot_meteoR Documentation

Plot Meteo data

Description

Plots meteorlogical variables used for input into GOTM

Usage

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


aemon-j/gotmtools documentation built on April 12, 2024, 4:35 p.m.