mirror of
https://github.com/Rucknium/TownforgeR.git
synced 2024-12-21 22:53:32 +01:00
34 lines
445 B
R
34 lines
445 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/geo.R
|
|
\name{tf_flag_bounds}
|
|
\alias{tf_flag_bounds}
|
|
\title{tf_flag_bounds}
|
|
\usage{
|
|
tf_flag_bounds(
|
|
url.rpc,
|
|
grid.dim = NULL,
|
|
coords.origin = NULL,
|
|
coords.offset = 1000
|
|
)
|
|
}
|
|
\arguments{
|
|
\item{url.rpc}{TODO}
|
|
|
|
\item{grid.dim}{TODO}
|
|
|
|
\item{coords.origin}{TODO}
|
|
|
|
\item{coords.offset}{TODO}
|
|
}
|
|
\value{
|
|
TODO
|
|
}
|
|
\description{
|
|
Get boundaries of flags
|
|
}
|
|
\examples{
|
|
c()
|
|
|
|
|
|
}
|