pk_bbox.Rd 685 B

123456789101112131415161718192021222324252627282930313233
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/pk_boundary_box.R
  3. \name{pk_bbox}
  4. \alias{pk_bbox}
  5. \title{Piirkonna piirikast BB}
  6. \usage{
  7. pk_bbox(x = NULL, type = 0)
  8. }
  9. \arguments{
  10. \item{x}{object of class sf, sfc or sfg.}
  11. \item{type}{num select value: 1-3
  12. \itemize{
  13. \item 0: Envelope (Bounding Box
  14. \item 1: Minimum Oriented Rectangle
  15. \item 2: Minimum Enclosing Circle
  16. \item 3: Convex Hull
  17. }}
  18. }
  19. \description{
  20. Funktsioon leiab etteantud piirkonnale piirikasti (boundary box). Tulemuseks on qgis_vektor.
  21. }
  22. \examples{
  23. ## Not run:
  24. ## class(pk)
  25. ## > [1] "sf" ...
  26. ##
  27. ## pk_bbox(x = pk, type = 1)
  28. ##
  29. ## End(**Not run**)
  30. }
  31. \keyword{boundarybox}
  32. \keyword{piirkond,}