Thanks.
It was 'bty=n' on a text graph, I was just having fun with it.
It does not really matter that much.
CasperYC
--
View this message in context:
http://r.789695.n4.nabble.com/dot-plot-by-group-tp2990469p3004323.html
Sent from the R help mailing list archive at Nabble.com.
___
On Mon, Oct 11, 2010 at 12:55 PM, casperyc wrote:
>
> And now I just wonder why the ' bty='n' ' won't work?
>
> I did
>
> dotplot(BATCH~RESPONSE,data=d,subset=Type=='SHORT',bty='n')
>
> and tried other bty parameters, none is working
As David says, "par" settings don't work in lattice (see 'Note'
On Oct 11, 2010, at 3:55 PM, casperyc wrote:
And now I just wonder why the ' bty='n' ' won't work?
Left open is the answer to the question ... "work" ... how?
Because dotplot is a lattice function?
... and bty is a base graphic parameter?
You could try to give par.settings a list that
And now I just wonder why the ' bty='n' ' won't work?
I did
dotplot(BATCH~RESPONSE,data=d,subset=Type=='SHORT',bty='n')
and tried other bty parameters, none is working
Casper
--
View this message in context:
http://r.789695.n4.nabble.com/dot-plot-by-group-tp2990469p2990500.html
Sent from t
Hi Spector,
Yes, that is exactly what I was aiming for.
Thanks.
Casper
--
View this message in context:
http://r.789695.n4.nabble.com/dot-plot-by-group-tp2990469p2990495.html
Sent from the R help mailing list archive at Nabble.com.
__
R-help@r-proj
Casper -
I think you want
dotplot(BATCH~RESPONSE,data=d,subset=Type=='SHORT')
or
dotplot(BATCH~RESPONSE,data=subset(d,Type=='SHORT'))
- Phil Spector
Statistical Computing Facility
Hi all,
I have the folloing data table
%%
TypeBATCH RESPONSE
SHORT A 22
SHORT A 3
SHORT A 16
SHORT A 14
SHORT A 8
SHORT A 27
SHORT A 11
SHORT A 17
SHORT B 12
SHORT B 17
SHORT B 11
SHORT
7 matches
Mail list logo