plot_rcp | R Documentation |
Plot product recipes (highcharts)
plot_rcp( args, x = NULL, title = "Coverage Periods and Payout Factors | %s", subtitle = "Range of payout factors by index type (% of S.I.)", ... )
args |
pricing arguments |
x |
(optional) which location ID (loc_id) to draw |
title |
chart title |
subtitle |
chart subtitle |
pts <- data.table(loc_id=1, X=1, Y=1, day="2020-03-02") args <- wc_args(pts, crop="maiz", pay_grm=.3) plot_rcp(args)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.