Displaying 1 result from an estimated 1 matches for "161.648".
2010 May 15
1
barplot: invalid 'xlim' value
Forum,
I am attempting to plot weekly horizontal histograms, something very similar
to:
http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=109
The part of the code used to create this graphic that interest me:
# Draw the histograms
for (i in 1:length(ages)){
par(new = TRUE)
xmin <- -ages[i] + xlim[1]
xmax <- xlim[2] - ages[i]
ser <- freqs[, i+1]
ser <-