Skip to content
Prev 384811 / 398502 Next

Plot base 100

You can do this with PerformanceAnalytics.

library(PerformanceAnalytics)
data(edhec)
chart.RelativePerformance(edhec, 0, legend = "topleft")

Also note that there's a finance-specific mailing list: R-SIG-Finance.

Best,
Josh
On Sun, Jul 19, 2020 at 1:46 PM Pedro p?ramo <percentil101 at gmail.com> wrote: