plot_rcp: Plot product recipes (highcharts)

plot_rcpR Documentation

Plot product recipes (highcharts)

Description

Plot product recipes (highcharts)

Usage

plot_rcp(
  args,
  x = NULL,
  title = "Coverage Periods and Payout Factors | %s",
  subtitle = "Range of payout factors by index type (% of S.I.)",
  ...
)

Arguments

args

pricing arguments

x

(optional) which location ID (loc_id) to draw

title

chart title

subtitle

chart subtitle

Examples

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)


mbacou/WADashboard documentation built on Jan. 3, 2023, 6:21 p.m.