Skip to content
Prev 206228 / 398503 Next

Ask for histogram

Hi,
On Wed, Jan 13, 2010 at 12:58 PM, Yi Du <abraham.du at gmail.com> wrote:
How are we supposed to check something without data, pictures, etc?
What do you want checking, exactly?
What do you mean? Is the histogram that you're getting surprising? Is
the result of adding a "rug" surprising?

Are you actually trying to count 4332 tick marks at the bottom of your
plot? What records are smaller than 4332?

Try to see if what rug returns, eg:

r <- rug(b)

length(r) should be as long as your `b` vector

I'm not sure what you're asking, but hopefully some of the info I
threw at you is helpful. Please be a bit more specific with any follow
up if you still find anything confusing.

-steve