a | b/man/point.in.circle.Rd | ||
---|---|---|---|
1 | % Generated by roxygen2: do not edit by hand |
||
2 | % Please edit documentation in R/annotation.R |
||
3 | \name{point.in.circle} |
||
4 | \alias{point.in.circle} |
||
5 | \title{point.in.circle} |
||
6 | \usage{ |
||
7 | point.in.circle(x, y, circle.x, circle.y, radius) |
||
8 | } |
||
9 | \description{ |
||
10 | checks if points are in the defined circle ROI with a (x,y) center and radius |
||
11 | } |
||
12 | \keyword{internal} |