summary.lscore: Summary of Load Shape Score

View source: R/summary_lscore.R

summary.lscoreR Documentation

Summary of Load Shape Score

Description

Summary method of lscore object

Usage

## S3 method for class 'lscore'
summary(object, ... = NULL)

Arguments

object

An object of class lscore, created by the function lscore.

...

NULL. Used for S3 generic/method consistency.

Value

NULL. Prints the summary of the load shape score.

Note

Same as print.lscore

See Also

lslin, lslog, lscore

Examples

loads <- ercot[ercot$Year == 2019, ]$SOUTH
# --------------
log_loadshape <- lslog(loads, target_lf = 0.5)
summary(lscore(log_loadshape, type = "acf"))
summary(lscore(log_loadshape, type = "pacf"))
# --------------
lin_loadshape <- lslin(loads, target_lf = 0.5)
summary(lscore(lin_loadshape, type = "acf"))
summary(lscore(lin_loadshape, type = "pacf"))



loadshaper documentation built on May 17, 2022, 5:07 p.m.