Here is the code:
charts.PerformanceSummary(dret_data, main='Portfolio Performance',
Rf=0.015/252, plot.engine='default')
Plot looks compressed in the notebook, snippet below (I would like to make it bigger):
When looking into the documentation nothing about plot resizing mentioned:
?charts.PerformanceSummary
Is there a way to work somehow around this issue and control witdh and height of the plot in the performanceAnalytics package in the R notebook?
If you're using an RStudio notebook for the code & output, you'll need to adjust the fig.width and/or fig.height in the chunk(or document) options.
Below is the difference between fig.height 3 & 5:
Edit:
Making the title larger: