Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


prism (version 0.1.0)

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 visualization, 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])
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab