[H,Range] = area(X,...)
[H,Range] = area(Range,X,...)
[H,Range] = area(Ax,Range,X,...)
Ax [ handle | numeric ] - Handle to axes in which the graph will be plotted; if not specified, the current axes will used.
Range [ numeric ] - Date range; if not specified the entire range of the input tseries object will be plotted.
X [ tseries ] - Input tseries object whose columns will be ploted as an area graph.
H [ handle | numeric ] - Handles to areas plotted.
Range [ numeric ] - Actually plotted date range.
See help on tseries/plot and the built-in function area for all options available.