expand_cli: Expands Climate object to calculate ppt and inst ppt. at...

View source: R/Climate.R

expand_cliR Documentation

Expands Climate object to calculate ppt and inst ppt. at specific hours

Description

Expands Climate object to calculate ppt and inst ppt. at specific hours

Usage

expand_cli(cli, n = 1001)

Arguments

cli

A Slope object

n

(optional) a positive integer indicating how many equally-spaced time to calculate.

Value

a data.frame containing time, ppt, and inst. ppt

See Also

plot.Slope, integrate_cli

Examples

cli <- read_cli(system.file("extdata", "092.63x040.90.cli", package="WEPPR"))\
expand_cli(cli)


jarad/WEPPR documentation built on Nov. 3, 2023, 5:42 a.m.