Learn R Programming

prism (version 0.1.0)

prism_stack: Stack Prism files

Description

Create a stack of prism files

Usage

prism_stack(prismfile)

Arguments

prismfile

a vector of file names returned by ls_prism_data()

Examples

Run this code
# NOT RUN {
get_prism_dailys(type="tmean", minDate = "2013-06-01", maxDate = "2013-06-14", keepZip=FALSE)
mystack <- prism_stack(ls_prism_data()[1:14])
# }

Run the code above in your browser using DataLab