mirror of
https://github.com/Rucknium/TownforgeR.git
synced 2024-12-21 22:53:32 +01:00
36 lines
519 B
R
36 lines
519 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/geo.R
|
|
\name{tf_infl_grid}
|
|
\alias{tf_infl_grid}
|
|
\title{tf_infl_grid}
|
|
\usage{
|
|
tf_infl_grid(
|
|
url.rpc,
|
|
building.type,
|
|
effect.type,
|
|
grid.dim,
|
|
coords.origin,
|
|
disaggregated = FALSE
|
|
)
|
|
}
|
|
\arguments{
|
|
\item{url.rpc}{TODO}
|
|
|
|
\item{building.type}{TODO}
|
|
|
|
\item{effect.type}{TODO}
|
|
|
|
\item{disaggregated}{return object disaggregates matrix by building type}
|
|
}
|
|
\value{
|
|
TODO
|
|
}
|
|
\description{
|
|
Get boundaries of building influence
|
|
}
|
|
\examples{
|
|
c()
|
|
|
|
|
|
}
|