data(weeds.lines)
label
x0
x1
y0
y1
width
weeds
data that were provided by Melville and Welsh (see reference below) that
were used in the Biometrics paper on distance sampling.The code used to create the lines was as follows:
weeds.lines=data.frame(label=1:8,x0=75+0:7*150,x1=75+0:7*150, y0=rep(0,8),y1=rep(1200,8),width=rep(149.9999,8))
The line widths were reduced by 0.0001 so the transects do no abut because
spatstat
treats them as overlapping polygons.