Description Usage Arguments Examples
View source: R/projectionOnDir.R
Project on direction
1 | projectionOnDir(domain, point, step = 5)
|
domain |
data.frame | data.table |
point |
data.table Point for direction to project |
step |
numeric manimum step (MW) |
1 2 3 4 5 6 7 8 9 | ## Not run:
CP = data.table()
CP$NP_AT <- CP$NP_DE <- CP$NP_FR <- CP$NP_NL <- 0
CP$NP_BE <- 1
PROJ <- projectionOnDir(CP, domain)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.