Closed
Description
A plot of an xts object always contains the timespan to the right of the main title. There is currently no way to omit the range from the title. Several users have asked how to remove it, so there needs to be a way to accomplish that.
My first thought is that we omit the timespan if the user provides a value for main
. But what if they want a custom title and the timespan?
Maybe we add a main.range
argument? It could be TRUE
by default, and the user could set it to FALSE
and/or a format (e.g. "%Y-%m-%d"
)?