PerformanceAnalytics icon indicating copy to clipboard operation
PerformanceAnalytics copied to clipboard

Not possible to store PerformanceAnalytics chart in an R object

Open mubashirqasim opened this issue 2 years ago • 0 comments

Description

I am not able to store PerformanceAnalytics chart in an R object like ggplot.

Minimal, reproducible example

library(PerformanceAnalytics)
data(managers)
x <- chart.Correlation(managers[,1:8], histogram=TRUE, pch="+")
x

mubashirqasim avatar Mar 22 '22 04:03 mubashirqasim