search for: digrate

Displaying 2 results from an estimated 2 matches for "digrate".

Did you mean: migrate
2010 Feb 05
2
lattice barchart using a time scale in x axis
...ot the three groups I'm trying to produce. I've tried defining panel and panel.group, but can't get it to work Drate is a numeric variable with three categories, perc a percentage of preys digested. Script with barchart: barchart(Perc~as.POSIXct(hora,format="%d-%m-%Y %H:%M"),digrate,groups=Drate,horizontal=F, key = leg, scales=list(alternating=F,tck=c(1,0),x=list(at=1:10,labels=format(seq(r[1],r[2],"hours"), format="%H:%M"))), panel=function(x,y,...) {panel.fill(col="white") panel.barchart(x,y,col=c("white&qu...
2010 Apr 03
2
histogram-like barplot? (or reverse?)
Hi, I have a simple task I can't figure out. I'd like to take some measurements I made, e.g.: year (y-axis) 1 2 3 4 5 6 counts (x-axis) 10 10 20 30 40 50 And then, make a barplot with the x-axis ticks (representing the borders between years) between the bars. However, barplot seems to force you to make the x-axis arbitrary categories. I want it to be continuous (as in a