Skip to content

Commit

Permalink
Merge pull request #1321 from AMBarbosa/patch-2
Browse files Browse the repository at this point in the history
add "See also" section
  • Loading branch information
rhijmans authored Oct 24, 2023
2 parents e92f564 + 749417b commit 80f009e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions man/is.valid.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Check the validity of polygons or attempt to fix it. Or check the validity of a
logical
}

\seealso{\code{\link{topology}}}

\examples{
w <- vect("POLYGON ((0 -5, 10 0, 10 -10, 0 -5))")
is.valid(w)
Expand Down

0 comments on commit 80f009e

Please sign in to comment.