Skip to content
Prev 330538 / 398500 Next

xlim with barplot

On 09/23/2013 01:56 PM, arun wrote:
Hi arun,
Okay, if we're allowed to use packages, challenge taken:

library(plotrix)
barp(tabulate(x,nbins=85)[35:85],names.arg=35:85)
barp(tabulate(y,nbins=85)[35:85],names.arg=35:85)

Jim