Skip to content

Commit 01f6a14

Browse files
committed
rd
1 parent b0e5ca2 commit 01f6a14

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

man/add_abline.Rd

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ atx <- seq(xmin(v), xmax(v), .1)
2828
aty <- seq(ymin(v), ymax(v), .1)
2929
plot(v, pax=list(xat=atx, yat=aty), ext=ext(v)+.2)
3030
add_abline(h=aty, v=atx, lty=2, col="gray")
31-
32-
33-
34-
plot(v, pax()
35-
add_grid()
3631
}
3732

3833
\keyword{methods}

0 commit comments

Comments
 (0)