Description Usage Arguments Examples
View source: R/circle_overlap_pt_visualize.R
This function returns a point uniformly sampled in the overlap of two circles and plots a visual aid of the circles the parallelogram sampled points that fail and the final point selected
1 2 3 4 5 6 7 | circle_overlap_point_visualize(
circle1_center,
circle1_radius,
circle2_center,
circle2_radius,
min_spat_res
)
|
circle1_center |
The center of the first circle as a dataframe with two columns one row |
circle1_radius |
The radius of the first circle |
circle2_center |
The center of the second circle as a dataframe with two columns one row |
circle2_radius |
The radius of the second circle |
min_spat_res |
The minimum spatial resolution of spatial variables. If sample space has a width less than this value, the middle of the overlap space is chosen as the point. |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.