I am visualising various financial series in R. I am using Performance Analytics package in R for this. Is there any way to do modifications in charts created by this package like changing the title of the chart, axis titles etc.
library(PerformanceAnalytics)
library(xts)
library(zoo)
data<-managers
charts.PerformanceSummary(data$HAM1)