tas_plot: Visualization for temperature values

Description Usage Arguments Value Examples

View source: R/plot.R

Description

Visualization for temperature values

Usage

1

Arguments

tas

TAS with transformed values (obtained with adc_tas())

Value

A plot of the transformed values

Examples

1
2
3
4
file_path_sim <- 'data/tas_sim.rda'
file_path_obs <- 'data/tas.rda'
tas_trans <- adc_tas(file_path_sim, file_path_obs)
tas_plot(tas_trans)

veravavan/AdvDeltaChange documentation built on Jan. 18, 2022, 7:05 p.m.