example_get_total_precipitation: Get the total precipitation for two days.

Description Usage Arguments Value

View source: R/example.R

Description

Get the total precipitation for two days.

Usage

1
2
3
4
5
6
7
example_get_total_precipitation(
  param = "Total_precipitation",
  date = as.POSIXct("2015-01-01", "%Y-%m-%d", tz = "UTC"),
  fun = "sum",
  bb = c(-74, -57, 40, 51.5),
  ...
)

Arguments

param

name of the parameter

date

date as POSIXct or Date

fun

character, the name of the summarizing function

bb

a 4 element bounding box

...

further arguments for the summazing functions

Value

Raster*


BigelowLab/namanl documentation built on Nov. 15, 2021, 3:11 p.m.