powered by
Quickly make an image plot of a data set.
prism_image(prismfile, col = "heat")
the name of a file to be plotted, this is most easily gotten through ls_prism_data()
ls_prism_data()
the color pattern to use. The default is heat, the other valid option is "redblue"
This is meant for rapid visualization, but more detailed plots will require other methods
# 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