Learn R Programming

prism (version 0.1.0)

prism_slice: Plot a slice of a raster stack

Description

This function will plot a slice of data at a single point location from a list of prism files

Usage

prism_slice(location, prismfile)

Arguments

location

a vector of a single location in the form of long,lat

prismfile

a vector of output from ls_prism_data()[,1] giving a list of prism files to extract data from and plot

Value

a ggplot2 plot of the requested slice

Details

the list of prism files should be from a continuous data set. Otherwise the plot will look erratic and incorrect.

Examples

Run this code
# NOT RUN {
### Assumes you have a clean prism directory
get_prism_dailys(type="tmean", minDate = "2013-06-01", maxDate = "2013-06-14", keepZip=FALSE)
p <- prism_slice(c(-73.2119,44.4758),ls_prism_data())
print(p)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab