Displaying 3 results from an estimated 3 matches for "mpdates".
Did you mean:
updates
2007 Jul 18
3
dates() is a great date function in R
Proper calendar dates in R are great for plotting and calculating.
However for the non-wonks among us, they can be very frustrating.
I have recently discussed the pains that people in my lab have had
with dates in R. Especially the frustration of bringing date data into R
from Excel, which we have to do a lot.
Please find below a simple analgesic for R date importation that I
discovered
over
2010 Nov 24
3
Custom ticks on x axis when dates are involved
Hi,
I have a set of irregular time series and i want to produce a simple plot, with dates on x axis and attribute value of y axis. This is simple enough but my x axis is divided automatically by ticks every 5 years. I would like to have a tick every year at January 1st. I am not sure how i can do that - i end up with something very close to what i want, but it is clunky and not very correct. I
2006 Mar 14
2
Date problem
Hello,
I have some "stupid" problems managing "date" data.
I have a colomn "date", which I converted from a character representation:
for example:
a="26/02/06"
date=strptime(a,format="%d/%m/%y")
For one part of the analysis, I'm interested only in the month and the
year, so I did:
m.y=strftime(date,format="%m/%y")
This returns me