Hi,
Check out
?as.Date
which is the key function for what you want. Objects of the class "Date" can be
compared using logical operators. Try running the following code. As you didn't
provide any data to illustrate your problem I've created some mockup data.
data <- data.frame(cbind(date = c("
Hello,
Here's a quick and dirty solution. By setting axes = FALSE in the barplot plot
arguments we suppress the axes. You then use the axis function afterward to
draw the desired axis. Below, i have also used the pretty function.
Have a look at this:
data <- rbind(c(3,4,6), c(5,15,19))
pdf("i
2 matches
Mail list logo