[R 1.6.1] PROBLEM If text() is called with an argument of type POSIXlt, I get the following error message:
"Error in as.double.default(x) : (list) object cannot be coerced to vector type 14" REMARK plot() accepts this data. EXAMPLE data( Lifeboats, package='vcd' ) attach(Lifeboats) plot( launch, total ) text( launch, total, labels=seq( along=as.vector( launch ) ) ) detach(Lifeboats) Wolfram Fischer ______________________________________________ [EMAIL PROTECTED] mailing list http://www.stat.math.ethz.ch/mailman/listinfo/r-devel