View source: R/summary_lslin.R
summary.lslin | R Documentation |
Summary method of lslin
object
## S3 method for class 'lslin' summary(object, ... = NULL)
object |
An object of class |
... |
|
NULL
. Prints the summary of the derived
load shape using linear method.
Same as print.lslin
lslin
# --------------------- loads <- ercot[ercot$Year == 2019, ]$COAST linear_loadshape <- lslog(loads, target_lf = 0.5, k = 0.5) summary(linear_loadshape) # --------------------- loads2 <- ercot[ercot$Year == 2019, ]$ERCOT linear_loadshape2 <- lslog(loads2, target_lf = 0.75, k = 1) summary(linear_loadshape2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.