Description Usage Arguments Examples
Extract ptdf from cnes XML
1 | computeNPFromBilateralExchanges(bilateralExchanges, ctry, name = "")
|
bilateralExchanges |
data.table bilateralExchanges data.table, first column is timestamp others are area1-area2 |
ctry |
character areas for compute net position. |
name |
character prefix for area. |
1 2 3 4 5 6 7 | ## Not run:
refProf = getRefProgs("D:/Users/titorobe/Desktop/CNESdata/Refprogs/22XCORESO------S_17XTSO-CS------W_CWE-FB-D2CF-100_20180903F10101.xml")
computeNPFromBilateralExchanges(refProf, c("BE", "NL", "DE", "FR", "APG"), "CWEP")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.