getStatsFBts | R Documentation |
This function takes the object ts, generated with createFBTS and return a list with statistics summary of this object
getStatsFBts( ts, calendar = system.file("calendar/calendar.txt", package = "fbAntares"), output = "summary" )
ts |
|
calendar |
|
output |
|
## Not run: ts <- fread(system.file("testdata/antaresInput/ts.txt", package = "fbAntares"), header = T) calendar <- system.file("calendar/calendar.txt", package = "fbAntares") statsFBts <- getStatsFBts(ts, calendar, output = "summary") statsFBts <- getStatsFBts(ts, calendar, output = "yearbyyear") statsFBts <- getStatsFBts(ts, calendar, output = "all") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.