powered by
## S3 method for class 'zoo': weekdays(x,abbreviate=FALSE)## S3 method for class 'zoo': months(x,abbreviate=FALSE)## S3 method for class 'zoo': quarters(x,abbreviate=FALSE)
## S3 method for class 'zoo': months(x,abbreviate=FALSE)
## S3 method for class 'zoo': quarters(x,abbreviate=FALSE)
Date
weekdays
months
quarters returns a character vector of Q1 to Q4
quarters
Q1
Q4
DateTimeClasses
zoo.data <- zoo(rnorm(31)+10,as.Date(13514:13744,origin="1970-01-01")) weekdays(zoo.data) months(zoo.data) quarters(zoo.data)
Run the code above in your browser using DataLab