Re: [R] Wrong csv data?

2013-01-25 Thread Grigory Fateyev
> > Regards > Petr > > > > -Original Message- > > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > > project.org] On Behalf Of Grigory Fateyev > > Sent: Thursday, January 24, 2013 11:58 AM > > To: r-help@r-project.org > > Subj

[R] Custom axis with months name

2013-01-24 Thread Grigory Fateyev
Hello! I have data.frame with column class POSIXct: data[, 1] <- as.POSIXct(data[, 1], format = "%d.%m.%Y %H:%M") I need to write custom axis for plot where can be ex.: January (mean of january's temperature). List of month I get as table(months(data[, 1])). What is next step? Thanks. -- Всег

[R] Wrong csv data?

2013-01-24 Thread Grigory Fateyev
Hello! I have csv file (attached) with any data, where first column is time. When I read into data.frame become temperature values. What it can be? data <- read.csv("rp5_vladimir2010.csv", colClasses = "character", sep = ";") names(data) data$Time data[,1] -- Всего наилучшего! greg [at] dobroe