powered by
p.seqdatebreaks is a function to break a time axis from graphic in specific interval. This function are recommended to select timeinterval of graphics created with metools p.functions.
p.seqdatebreaks(x, periodicity)
Time data from a Timeserie
Time interval (string)
Return a vector with timeinterval.
# NOT RUN { x <- seq.Date(from=as.Date("2019-01-01"),to=as.Date("2020-01-01"),by=1) p.seqdatebreaks(x,periodicity= "2 month") # }
Run the code above in your browser using DataLab