S4 method for the plot generic for class "MSFC"
## S4 method for signature 'MSFC' plot( x, y = NULL, plot.prior = FALSE, title = "", xlab = "", ylab = "Price", legend = "right" )
x
: instance of the MSFC class created by the msfc functiony
: NULLplot.prior
: TRUE/FALSE for incuding prior function in plottitle
: plot titlexlab
: x-axis titleylab
: y-axis titlelegend
: position of legend, as implemented in ggplot2a chart with daily values for the forward curve and contracts used in calculation
Useful links