[R] histogram in GNU R....

akshay kulkarni @k@h@y_e4 @ending from hotm@il@com
Fri Sep 7 10:26:22 CEST 2018


dear members,
                             I am running R on Linux AWS ec2 instance.
When I try to create a histogram in it, I am running into problems:

> xht <- c(1,2,3,4,5,6,7,8,9,10)
>  hist(xht)
>

when I type hist(xht), it goes to the next prompt. More importantly, there is no error message. So, the most probable conclusion is that the command gets executed. But there is no pop up screen with a histogram, and nothing else...

whats going on?

How can I circumvent the help of histogram(which is not available in GNU R)? summary(xht) would help, but not much. Any other function that can give information, in LINUX R, that a histogram gives, in LINUX CLI?

Very many thanks for your time and effort...
Yours sincerely,
AKSHAYM KULKARNI

	[[alternative HTML version deleted]]



More information about the R-help mailing list