circle_overlap_point_visualize: Visualize Circle Overlap Point

Description Usage Arguments Examples

View source: R/circle_overlap_pt_visualize.R

Description

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

Usage

1
2
3
4
5
6
7
circle_overlap_point_visualize(
  circle1_center,
  circle1_radius,
  circle2_center,
  circle2_radius,
  min_spat_res
)

Arguments

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.

Examples

1

SavannahAlicia/atob documentation built on Dec. 19, 2020, 6:28 a.m.