Skip to content
Prev 13025 / 15274 Next

selecting specific rows from an xts object

Hello Robert,

look at the help page ?indexClass

This should work:

x[.indexhour(x) == 9 & .indexmin(x) == 30 & .indexsec(x)==0]

regards,

Andreas

2014-12-15 15:31 GMT+01:00 Robert Schien <robsch at robsch.eu>: