inst/doc/data_format.R

## ----setup, include = FALSE---------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.align = "center",
  fig.width = 7,
  fig.height = 5
)

library(rsofun)
library(dplyr)
library(ggplot2)


## -----------------------------------------------------------------------------
# call to the included p-model demo data
rsofun::p_model_drivers

## -----------------------------------------------------------------------------
# detailed look at the forcing data
rsofun::p_model_drivers$forcing

Try the rsofun package in your browser

Any scripts or data that you put into this service are public.

rsofun documentation built on Nov. 2, 2023, 6:02 p.m.