Description Usage Arguments Examples
View source: R/fao_penman_monteith.R
Read ET0 CSV
1 | read_et0_csv(et0_path)
|
et0_path |
Path to ET0 csv file |
1 2 3 4 5 | # Locate the path of the example et0 csv file
et0_path <- system.file("extdata", "ET0_example_file.csv", package = "fao56")
# Read the file
et0 <- read_et0_csv(et0_path)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.