powered by
Add case(s), as "anchor", "fatality" or "orthogonal" as points or IDs, to a plot.
addCase(case = 1, latlong = FALSE, type = "observed", token = "both", text.size = 0.5, pch = 1, cex = 1, point.lwd = 2, col = "black", pos = 1)
Numeric or Character. Vector of case ID(s). "anchor" plots anchor cases; "fatality" plots all cases; "orthogonal" plot projected addresses.
Logical.
Character. Type of case: "observed" or "expected".
Character. Type of token to plot: "point", "id" or "both".
Numeric. Size of case ID text.
Numeric. pch.
Numeric. cex.
Numeric. Point lwd.
Character. Color.
Numeric. Text position.
if (FALSE) { snowMap(add.cases = FALSE) addCase(1) snowMap(add.cases = FALSE) addCase(100) }
Run the code above in your browser using DataLab