qplotIntradayContinuous: qplotIntradayContinuous

Description Usage Arguments Value Examples

View source: R/plotData.R

Description

This qick plot (qplot...) function visualizes the Lows, Highs and Last prices as well as their buy and sell volume of a given data.frame of continuous intraday trading data of the EPEX SPOT @seealso getIntradayContinuousEPEXSPOT The plot function makes only sense to visualize a few days. Otherwise the visual elements are to small

Usage

1

Arguments

df

- The input data.frame with a few days of cont. intr. trading data (Low,High,Last and DateTimes)

Value

a pre-defined quick plot with Price and volume data (Low, High, Last in €/MWh) and Volume in GWh (Buy and Sell). No plot object!

Examples

1
2
3
4
5
# get the input data
df <- getIntradayContinuousEPEXSPOT("2017-05-24", "2017-05-26", "15", "DE")

plot <- qplotContIntraEPEXSPOT(df)
plot

wagnertimo/emarketcrawlR documentation built on Aug. 20, 2019, 3:44 p.m.