Displaying 2 results from an estimated 2 matches for "292475".
Did you mean:
282475
2008 Jan 31
2
box plot
the data is attached
I want to boxplot this data
y<-read.table("afdmmgs.txt", header=T)
boxplot(y)
Error in oldClass(stats) <- cl :
adding class "factor" to an invalid object
I get this error when I try and plot something with na in it
can boxplot just overlook the na and boxplot the values?
stephen
--
Let's not spend our time and resources thinking about
2005 Jul 13
2
convert to chron objects
Hi,
I have a column of a dataframe which has time stamps
like:
> eh$t[1]
[1] 06/05/2005 01:15:25
and was wondering how to convert it to chron variable.
Thanks a lot.
Young.