Skip to contents

gratefully pilfered from alphahull

Usage

arc2line(center, r, vector, theta, npoints = 100)

Arguments

center

pass through for hull object

r

pass through for hull object

vector

pass through for hull object

theta

pass through for hull object

npoints

pass through for hull object, Default: 100

Value

sp lines

Details

Code gratefully pilfered from alphahull package so that I could expose parameters

See also

[anglesArc][alphahull::anglesArc] [Line][sp::Line]

Examples

if (FALSE) {
if(interactive()){
 #EXAMPLE1
 }
}