Displaying 2 results from an estimated 2 matches for "plotobject".
2007 Mar 15
4
R 2.5.0 devel try issue in conjuntion with S4 method dispatch
...width = "numeric",
height = "numeric"),
prototype(width = 1024,
height = 1024),
validity = NULL,
where = .GlobalEnv,
sealed = TRUE,
)
if (!isGeneric("plotObject")) {
setGeneric("plotObject",
def=function(x, y, ...) {
value <- standardGeneric("plotObject")
return(value)
},
where=.GlobalEnv,
useAsDefault=TRUE
)
}
setClass("foo&q...
2011 Jul 01
1
beginner question - effective way to chart sleep habits
Hi - beginning R user question here - each day, over the course of several
months, I've tracked the time I go to bed, the time I wake up, and my hours
spent sleeping. What would be a good way to display this information? I
think it would be ideal to show something resembling a bar and whisker graph
for each day that would show the interval of hours spent asleep (or perhaps
just a bar