You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be checks on the arguments passed to density_area() and density_polygons(), e.g.
x, y need to be numeric
functions should error with helpful message
x, y should be the same length
functions should error with helpful message
x, y should have a minimum length.
Unsure what the length should be?
functions should return a 0 length tibble with a warning to safely work with tidyverse. e.g. a data frame gets grouped, and most groups have enough tokens, but one doesn’t.
probs should be >0 and <1.
functions should error with helpful message
The text was updated successfully, but these errors were encountered:
There should be checks on the arguments passed to
density_area()
anddensity_polygons()
, e.g.x
,y
need to be numericx
,y
should be the same lengthx
,y
should have a minimum length.probs
should be >0 and <1.The text was updated successfully, but these errors were encountered: