Hi all,
Several time ago I used to work with R, now I´m returning to study and work
and searching old file I see that I used this code:
gfhist<-hist(gf,plot=FALSE)
par(mar=c(6,0,6,6))
barplot(gfhist$counts,axes=FALSE, space=0,horiz=TRUE,col="lightgray")
grid()
title("Marginal Distribution Lagged",font=4)
The thing is I would line to plot a bar (horizontal and thing bar that will
be placed on the last gf data but on the barplot
¿Do you think is it possible? gf is a matrix.
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.