joshuaulrich / xts

Extensible time series class that provides uniform handling of many R time series classes by extending zoo.
http://joshuaulrich.github.io/xts/
GNU General Public License v2.0
220 stars 71 forks source link

Add futher examples to documentation on time of day subsetting. #328

Closed claymoremarshall closed 3 years ago

claymoremarshall commented 4 years ago

Expand the examples in the documentation for subset.xts and tclass.

In subset.xts.Rd, extend {seealso to include a reference to .index, as both help pages relate to subsetting.

In tclass.Rd, provide examples for each kind of subsetting available.

Fixes Issue #304