Skip to content
Prev 5574 / 29559 Next

Find incircle of a polygon

Thanks Roger it helped me a lot.
Now I would like to iteratively find the incircle in a polygon until a 
certain radii (i.e. as if I was stuffing balls in my polygon, from the 
biggest to the smallest). So I have to subtract that circle to my polygon.
Should I subtract it from my polygon by adding an inside loop (setting 
hole to TRUE, is it that simple) or can I substract it directly from the 
owin object ?

Thanks,
Etienne

Roger Bivand a ?crit :