Re: [R] Why can't I access this type?

2015-03-26 Thread yoursurrogate...@gmail.com
(state, Frost) > min lq meanmedianuq max neval cld > 139.112 148.673 163.3960 159.1760 170.7895 1763.200 1000 b > 104.039 111.973 127.2138 120.4395 128.6640 1381.809 1000 a > 1010.076 1033.519 1133.1469 1107.8480 1175.1800 2932.206 1000 c >

[R] What is the easiest way to turn a dataframe into a barplot?

2016-05-12 Thread yoursurrogate...@gmail.com
Hello, I can't post my code since it's on a work computer. But basically, I have a dataframe that has two columns, one is a string and the other is an integer. I want to turn this into a vertival barplot where on the x-axis I have the string in the first columb and then the plot will display th

Re: [R] What is the easiest way to turn a dataframe into a barplot?

2016-05-12 Thread yoursurrogate...@gmail.com
ount, names=Name, horiz=TRUE)) > with(z, barplot(Count, names=Name, horiz=TRUE, las=1)) > > > Bill Dunlap > TIBCO Software > wdunlap tibco.com > >> On Thu, May 12, 2016 at 10:19 AM, yoursurrogate...@gmail.com >> wrote: >> Hello, I can't post my code sinc