Learn R Programming

prism (version 0.0.7)

prism_image: Quick image plot

Description

Quickly make an image plot of a data set.

Usage

prism_image(prismfile, col = "heat")

Arguments

prismfile

the name of a file to be plotted, this is most easily gotten through ls_prism_data()

col

the color pattern to use. The default is heat, the other valid option is "redblue"

Details

This is meant for rapid vizualization, but more detailed plots will require other methods

Examples

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

Run the code above in your browser using DataLab