Displaying 7 results from an estimated 7 matches for "outcex".
Did you mean:
outbox
2006 Nov 12
2
Unexpected behavior in boxplot
...hiskers of the boxplot are being changes.
Example:
par(mfrow=c(2,1))
boxplot(c(rnorm(10), 10), horizontal=TRUE, main="Test", las=2, cex.axis=2)
boxplot(c(rnorm(10), 10), horizontal=TRUE, main="Test", las=2, cex.axis=1)
This is from the following line in bxp()
outcex <- pcycle(pars$outcex, pars$cex, par("cex"))
Where pars$cex is matching pars$cex.axis. This would also effect other
parameter specifications.
This is a behavior I did not expect; I'm not sure if this is a design
feature or something else.
--Matt
Matt Austin
Statistici...
2010 Dec 07
2
robustbase problem [bug?] in adjbox function.
...,7,7,4,16,4,3,12,4,3,10,27,4,14,7,10,4,9,8,3,5,3,8,5,2,8,38,3,3,3,4);
plot(x=c(1,2),y=rep(1,2),ylim=range(data),xlim=c(0.5,2.5),type="n",main=c("Adjusted
boxplot vs. Classical boxplot"),ylab=c("Loss Data"),xlab=c(""),axes=F)
adjbox(x=datac,pars=list(outpch=16,outcex=2,outcol="light
blue"),add=T,at=1,col="light blue")
boxplot(x=datac,pars=list(outpch=16,outcex=2,outcol="light
green"),add=T,at=2,col="light green")
axis(2,at=seq(0,max(data)+10,by=10),col="orange",labels=F)
axis(1,at=c(1,2),col="orange",l...
2007 Mar 27
2
line style outliers in boxplot
Dear Users
Is there any way to generate lines instead of points for outliers in the boxplot
function?
Thanks
AA.
[[alternative HTML version deleted]]
2010 Feb 16
3
error : unused argument(s) when boxplot
Dear all,
I am a total beginner in R, so sorry if this is the wrong place. I am using R 2.10.1 on a Mac (Mac OS 10.6.2).
I have this small dataset :
growth sugar
75 C
72 C
73 C
61 F
67 F
64 F
62 S
63 S
I have no problem reading the table, or getting the summary, but if I try boxplot(growth~sugar, ylab="growth", xlab="sugar", data=Dataset), I have the following error :
2009 Jan 16
3
basic boxplot questions
dear R experts:
I am playing with boxplots for the first time. most of it is
intuitive, although there was less info on the web than I had hoped.
alas, for some odd reason, my R boxplots have some fat black dots, not
just the hollow outlier plots. Is there a description of when R draws
hollow vs. fat dots somewhere?
[and what is the parameter to change just the size of these dots?]
Also, let
2006 Dec 18
0
R 2.4.1 is released
...") was not matching the C code,
returning 64 rather than 32.
o bxp() could use partial matching on 'pars' when finding
defaults for some of its parameters, e.g. a setting of 'cex.axis'
in 'pars' or inline was used to set a default for 'outcex'.
o acf() now allows lag.max = 0 except when type="partial", and
forces the lag 0 autocorrelation to 1. (PR#9360)
o hist(*, include.lowest=., right=., plot=FALSE) does not warn
anymore, (PR#9356) and more.
o Some bugs in caching superclass/subclass...
2006 Dec 18
0
R 2.4.1 is released
...") was not matching the C code,
returning 64 rather than 32.
o bxp() could use partial matching on 'pars' when finding
defaults for some of its parameters, e.g. a setting of 'cex.axis'
in 'pars' or inline was used to set a default for 'outcex'.
o acf() now allows lag.max = 0 except when type="partial", and
forces the lag 0 autocorrelation to 1. (PR#9360)
o hist(*, include.lowest=., right=., plot=FALSE) does not warn
anymore, (PR#9356) and more.
o Some bugs in caching superclass/subclass...