Description Usage Arguments Details
Creates a line and point plot of data and allows the user to manipulate the data by being able to zoom in or out of the date axis
1 2 |
x |
Data frame. Contains fire data |
mn |
Date object. Refers to the minimum date |
mx |
Date object. Refers to the maximum date |
hoof |
Character vector. The header of the plot. Does not have a header by default |
timeZone |
Character vector. The time zone under consideration |
useOnlyNumeric |
Logical. Plots only numeric columns when TRUE |
Use in format x = vuurlys[[2]] or structure(list(B = c(15, 15, 14.75, 14.5, 14.5, 14.5), K = c(15, 15, 14.75, 14.5, 14.5, 14.5), L = c(14.5, 14.5, 14.5, 14.5, 14.5, 14.5), S = c(14.75, 14.5, 14.5, 14.5, 14.5, 14.5), sdif = c(-0.0833333333333339, -0.333333333333334, -0.166666666666666, 0, 0, 0), vuur = structure(c(1L, 1L, 1L, 1L, 1L, 1L), .Label = c("no", "fire"), class = "factor"), date = c("2013-07-04 08:00:00", "2013-07-04 08:15:00", "2013-07-04 08:30:00", "2013-07-04 08:45:00", "2013-07-04 09:00:00", "2013-07-04 09:15:00")), .Names = c("B", "K", "L", "S", "sdif", "vuur", "date"), row.names = c("2013-07-04 08:00:00", "2013-07-04 08:15:00", "2013-07-04 08:30:00", "2013-07-04 08:45:00", "2013-07-04 09:00:00", "2013-07-04 09:15:00"), class = "data.frame")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.