Hi all,
I have a histogram in which X-axis shows the continuous data and Y-axis
shows the frequency count. In my histogram, The length of Y-axis is showing
less than the maximum frequency count. Can any of you let me know how to
increase the display of Y-axis length (frequency count).
Please find the code as shown below:
---------------------------------------------------------------
df<- get.default(objs[1], immediate=T)
lab <- "Histogram"
colVal <- df[[,arg1]]
colVal <- sort(as.integer(colVal))
hist(colVal, ylab = "Count", xlab = arg1, col=4, plot=T)
-----------------------------------------------------------------------
Thanks in advance for the help.
Padma
Padma Illindra
MSCS, MSES
Systems Analyst,
Quantros, Inc
5361 Randall Place
Fremont, CA 94538
|