This function allows for viewing of specific
areas of a chart produced by chartSeries
by simply specifying the dates of interestStandard format for the subset
argument
is the same as the subsetting for xts objects,
which is how the data is stored internally for
rendering.
Calling zoomChart
with no arguments (NULL)
resets the chart to the original data.
Examples include '2007' for all of the year 2007,
'2007::2008' for years 2007 through 2008, '::2007'
for all data from the beginning of the set to the
end of 2007, '2007::' all data from the beginning of
2007 through the end of the data. For specifics
regarding the level of detail and internal interpretation
please see [.xts