Description Usage Arguments Details
Start a serving serving tiles from a raster data set with time attribute
1 2 3 4 5 6 7 8 9 10 11 |
dataFile |
file containing spatial data to be read by |
fcol |
function for returning colours |
lv |
values for drawing in legend |
cachePath |
path to directory for storing cached files |
staticPath |
path for serving static assets from |
fplot |
function to plot a timeseries of data (see details) |
ferror |
function to process errors and return messages (see details) |
port |
port to serve data on |
clearCache |
logical, should cache be cleared if file changes |
For a decription of fcol and lv see scaleImage
. fplot shoudl take as its first input a POSIXct vector and as for its second a numeric vector of the same length and return a plot. ferror creates the response body contents from the standard R err object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.