| 123456789101112131415161718192021222324252627282930313233 |
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/pk_boundary_box.R
- \name{pk_bbox}
- \alias{pk_bbox}
- \title{Piirkonna piirikast BB}
- \usage{
- pk_bbox(x = NULL, type = 0)
- }
- \arguments{
- \item{x}{object of class sf, sfc or sfg.}
- \item{type}{num select value: 1-3
- \itemize{
- \item 0: Envelope (Bounding Box
- \item 1: Minimum Oriented Rectangle
- \item 2: Minimum Enclosing Circle
- \item 3: Convex Hull
- }}
- }
- \description{
- Funktsioon leiab etteantud piirkonnale piirikasti (boundary box). Tulemuseks on qgis_vektor.
- }
- \examples{
- ## Not run:
- ## class(pk)
- ## > [1] "sf" ...
- ##
- ## pk_bbox(x = pk, type = 1)
- ##
- ## End(**Not run**)
- }
- \keyword{boundarybox}
- \keyword{piirkond,}
|