Displaying 7 results from an estimated 7 matches for "abcissae".
Did you mean:
abscissae
2007 Jun 21
2
abline plots at wrong abscissae after boxplot
...Below is a script that
illustrates the problem
# boxablinetest.R - script to show problem with abline on box plot
x <- c( 2, 2, 2, 3, 3, 3, 4, 4, 4)
y <- c( 1, 2, 3, 2, 3, 4, 3, 4, 5)
xymodel <- lm( y~x)
boxplot( y~x)
abline( xymodel) # Wrong abcissae
abline( v = 2.5) # Wrong abcissa
abline( h = 2.75) # Right ordinate
# -------------- end --------------
Here, I'm making a box plot with abscissae that start at 2. The box
plot looks fine: the numbers 2, 3, and 4 appear on the x-axis and the
boxes...
2009 Jan 24
2
Plotting Two Lines
Hi,
I am trying to plot the following data such that both variable y and z vs x.
(ie two lines on a single plot). As the x variable is not numeric, how do I
go about it? Appreciate if any expert could help.
I know I use plot() follow by lines() to add another line to the plot. But
my problem is i was unable to plot y vs x in the first place.
x y z
D9S1820
2009 Feb 26
1
bottom legends in ggplot2 ?
Has anyone had success with producing legends to a qplot graph such that the legend is placed on the bottom, under the abcissa rather than to the right hand side ?
The following doesn't move the legend:
library(ggplot2)
qplot(mpg, wt, data=mtcars, colour=cyl, gpar(legend.position="bottom") )
I am using ggplot2_0.8.2.
Thanks in advance,
Avram
2012 Sep 08
4
method or package to make special boxplot
Hi, All,
I am trying to use R to make the following type of boxplot while I couldn't
find a way to do it.
My dataset looks like X1 Y1 X2 Y2.... SPLIT. The split highlights my
experiment details and both x and y are continuous numerical values. I
need to plot y vs. x with split as legend and boxplot has to be used for
all splits. May I ask how to get it? Currently available boxplot only
2003 Sep 17
2
Date on x-axis of xyplot
xyplot doesn't seem to want to label my x-axis with dates but instead puts
the day-number for each date.
begdate is the number of days since January 1, 1960 and was initially
created by
library(date)
...
polls$begdate<-mdy.date(begmm,begdd,begyy)
I create a new dataframe (pollstack) which includes begdate. In the process
begdate seems to lose its date attribute so I redo it as:
>
2010 Mar 14
6
barplot with a probability density curve
Dear all,
I am making a barplot as following:
barplot(c(1,2,3,5,2,3,1),names.arg=c("100","200","300","400","500","600","700"),xlab="diameter",ylab="flow",main="some title",space=0.1)
I am also trying to add a probability density curve, however using
lines(density(c(1,2,3,5,2,3,1))) does not give
2003 Dec 12
0
proofreading corrections (cvs) (PR#5730)
Here is a patch of changes from the proof-reading of the R reference
manual, made against the current cvs.
regards
--
Brian Gough
Network Theory Ltd -- Publishing Free Software Manuals
15 Royal Park
Bristol BS8 3AL
United Kingdom
Tel: +44 (0)117 3179309
Fax: +44 (0)117 9048108
Web: http://www.network-theory.co.uk/
Index: src/library/base/man/Arithmetic.Rd