Description Usage Arguments Examples
Rescale data
1 | shiftOriginDomain(domain, point)
|
domain |
data.frame | data.table |
point |
data.table Point for rescale. |
1 2 3 4 5 6 7 8 | ## Not run:
PT = data.table()
PT$NP_AT <- PT$NP_DE <- PT$NP_FR <- PT$NP_NL <- 0
PT$NP_BE <- 1
PT$timestamp <- '2018-03-03 15:00:00'
PROJ <- shiftOriginDomain(domain, PT)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.