Re: [R] frequency distribution in figures....

2018-09-08 Thread Jim Lemon
Hi Akshay, Try this: table(cut(xht,breaks=seq(0,10,by=2))) Jim On Sat, Sep 8, 2018 at 8:26 PM akshay kulkarni wrote: > > dear members, > I am facing difficulties in plotting histograms > in R in Linux CLI. > > Is there a function in R which produces a table of freq

Re: [R] frequency distribution in figures....

2018-09-08 Thread Duncan Murdoch
On 08/09/2018 6:25 AM, akshay kulkarni wrote: dear members, I am facing difficulties in plotting histograms in R in Linux CLI. Is there a function in R which produces a table of frequency distribution in figures rather than plot that distribution? Something like