x, yy, xx+.5, xx )
--- On Fri, 9/3/10, Zoppoli, Gabriele (NIH/NCI) [G]
wrote:
> From: Zoppoli, Gabriele (NIH/NCI) [G]
> Subject: [R] how can I plot bar plots with all the bars (negative and
> positive) in the same direction
> To: "r-help@r-project.org&
e-transformed numbers?
Are you still sure you don't like the default behavior?
Rob Baer
- Original Message -
From: "Zoppoli, Gabriele (NIH/NCI) [G]"
To:
Sent: Friday, September 03, 2010 12:12 PM
Subject: [R] how can I plot bar plots with all the bars (negative and
p
On Sep 3, 2010, at 1:12 PM, Zoppoli, Gabriele (NIH/NCI) [G] wrote:
Dear r-help mailing list,
this seems stupid, but I actually don't find the solution:
if I have a vector of numbers x of length n, ranging, say, from -3
to 4, if I do
barplot (x)
all the values below 0 go downwards, and al
Dear Gabriele,
I suspect the reason you are having difficulty finding the solution is
because barplots were meant to be anchored at 0.
What information are you really trying to convey? There is probably a
very clear, aesthetically pleasing way to achieve your goal without a
barplot.
For instanc
In the bar plot, the vertical axis is a numerical axis representing the
frequency (the height of the vertival bar -= frequency). If you really want
to have vertical bar corresponding to the negative values go downward, you
need to make your own function to achieve the goal.
--
View this message i
Dear r-help mailing list,
this seems stupid, but I actually don't find the solution:
if I have a vector of numbers x of length n, ranging, say, from -3 to 4, if I do
barplot (x)
all the values below 0 go downwards, and all the positive values go upward. How
can I make them all begin from the m
6 matches
Mail list logo