setwd(paste(dexpa$dirs$scripts, sep="/"))
dexpa$fig$init <- function(simp, outdir, filename) {}
dexpa$fig$close<- function() {}

Parameters

General Information

General Information

invisible(futile.logger::flog.threshold(futile.logger::ERROR, name='dexr'))
input_db_runID(dexpa)
cat('\n')
invisible(futile.logger::flog.threshold(futile.logger::INFO, name='dexr'))

Product Information

Product Information {.allowframebreaks}

invisible(futile.logger::flog.threshold(futile.logger::ERROR, name='dexr'))
cat("#### Product Information") 
print(dexR::output_table_param_products(dexpa))
invisible(futile.logger::flog.threshold(futile.logger::INFO, name='dexr'))

Market Information

Market Information {.allowframebreaks}

invisible(futile.logger::flog.threshold(futile.logger::ERROR, name='dexr'))
cat("#### Market Information")
print(dexR::output_table_param_marketinfo(dexpa))
invisible(futile.logger::flog.threshold(futile.logger::INFO, name='dexr'))

Client Information

invisible(futile.logger::flog.threshold(futile.logger::ERROR, name='dexr'))
cat("\n### Client Information") 
dexR::output_table_param_clients(dexpa)
invisible(futile.logger::flog.threshold(futile.logger::INFO, name='dexr'))

Time Series: Clearing

Clearing: Number of considered requests

Clearing: Number of considered requests

dexR::hl_figure_clearing_numConsideredRequests(dexpa)

Clearing: Price Statistics

Clearing: Price Statistics

dexpa$fig$height <- 750
dexR::hl_figure_clearing_clearingPriceByCTbyProduct(dexpa)

Time Series: Energy

Requested Energy by Status (Residual)

Requested Energy by Status (Residual)

dexpa$fig$height <- 750
dexR::hl_figure_energy_requested_byStatusByStartT(dexpa, type="residual", skiplegend=T)

Requested Energy by Status (Load)

Requested Energy by Status (Load)

dexpa$fig$height <- 750
dexR::hl_figure_energy_requested_byStatusByStartT(dexpa, type="load", skiplegend=T)

Requested Energy by Status (Generation)

Requested Energy by Status (Generation)

dexpa$fig$height <- 750
dexR::hl_figure_energy_requested_byStatusByStartT(dexpa, type="generation", skiplegend=T)

Requested Energy summed

Requested Energy summed

dexpa$fig$height <- 750
dexR::hl_figure_energy_requested_sumByStartT(dexpa)

Requested Energy (Generation, Load, Residual)

Requested Energy (Generation, Load, Residual)

dexpa$fig$height <- 750
dexR::hl_figure_energy_requested_sumLoadGenByStartT(dexpa)

Aggregated Energy Figures

Aggregated Energy Figures

invisible(futile.logger::flog.threshold(futile.logger::ERROR, name='dexr'))
dexR::hl_statistics_energy(dexpa)
invisible(futile.logger::flog.threshold(futile.logger::INFO, name='dexr'))

Time Series: Requests

Request Statistics by status and submission time

Request Statistics by status and submission time

dexpa$fig$height <- 950
dexR::hl_figure_requests_numRequests_byStatusBySubmT(dexpa)

Request Statistics by status and delivery start time

dexpa$fig$height <- 950
dexR::hl_figure_requests_numRequests_byStatusByStartT(dexpa)

Request Statistics by requests type and delivery start time

dexpa$fig$height <- 950
hl_figure_requests_numRequests_byTypeByStartT(dexpa)

Request Statistics by product and submission time

Request Statistics by product and submission time

dexpa$fig$height <- 750
dexR::hl_figure_requests_numRequests_byProductBySubmT(dexpa)

Request Statistics by product and delivery start time

Request Statistics by product and delivery start time

dexpa$fig$height <- 750
dexR::hl_figure_requests_numRequests_byProductByStartT(dexpa)


UniK-INES/dexR documentation built on June 30, 2021, 11:05 p.m.