search for: mappe1

Displaying 1 result from an estimated 1 matches for "mappe1".

Did you mean: mapped
2007 Sep 26
2
date
Hello, I have got the following problem: > setwd("C:/temp") > library(xlsReadWrite) > MyData <- read.xls(file="Mappe1.xls", colNames = TRUE,dateTimeAs = "isodatetime") > attach(MyData) > MyData name value times 1 A1 2 2006-05-12 2 A2 3 2006-05-16 3 A3 1 2006-05-12 4 A4 4 2006-05-12 5 A5 2 2006-05-16 6 A6 1 2006-05-12 > plot(times,value) Error.....