Description Usage Arguments Value
Function to check sweep_latlons arguments are valid before proceeding
1 | pre_sweep_check(df, xcol, ycol, weight, radius, inc_data)
|
df |
the data frame containing coordinates |
xcol |
the name of the column containing the x coordinate |
ycol |
the name of the column containing the y coordinate |
weight |
name of column containing data with which to weight the points |
radius |
the radius of the circle to sweep with (in metres) |
inc_data |
logical. Whether or not to include the original data alongside the indices of the points included in each circle |
NULL, if all conditions are met
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.