powered by
Draws a bullseye with concentric circles of black and white.
addBullseye(longitude, latitude, map = NULL, cex = 2, lwd = 2)
vector of longitudes
vector of latitudes
optional RgoogleMaps map object
character expansion
line width of individual circles
# NOT RUN { wa <- monitor_subset(Northwest_Megafires, stateCodes='WA', tlim=c(20150821,20150828)) monitor_map(wa, cex=4) addBullseye(wa$meta$longitude, wa$meta$latitude) # }
Run the code above in your browser using DataLab