- data
A data frame or tibble. Occurrence records as input.
- class_n
Numeric. The number of categories to break the data into.
- class_Style
Character. The class style passed to classInt::classIntervals()
. Options are chosen
style: one of "fixed", "sd", "equal", "pretty", "quantile", "kmeans", "hclust", "bclust",
"fisher", "jenks", "dpih", "headtails", or "maximum". Default = "fisher"
- outPath
A character vector the path to the save location for the output figure.
- fileName
A character vector with file name
for the output figure, ending with '.pdf'.
- width
Numeric. The width, in inches, of the resulting figure. Default = 5.
- height
Numeric. The height, in inches, of the resulting figure. Default = 10.
- dpi
Numeric. The resolution of the resulting plot. Default = 300.
- returnPlot
Logical. If TRUE, return the plot to the environment. Default = FALSE.
- scale
Numeric or character. Passed to rnaturalearth's ne_countries().
Scale of map to return, one of 110, 50, 10 or 'small', 'medium', 'large'. Default = 110.
- pointBuffer
Numeric. Amount to buffer points, in decimal degrees. If the point is outside
of a country, but within this point buffer, it will count towards that country. It's a good idea
to keep this value consistent with the prior flags applied. Default = 0.01.