4 03:01
To: stéphanie braun
Cc: r-help@r-project.org
Subject: Re: [R] Remove the border/frame in a dotplot()
stéphanie,
I believe you need all of this. Look at it with a good editor and in
a monowidth font such
as courier to see the structure.
Rich
library(lattice)
library(latticeExtra)
dotplot
stéphanie,
I believe you need all of this. Look at it with a good editor and in
a monowidth font such
as courier to see the structure.
Rich
library(lattice)
library(latticeExtra)
dotplot(~ 1:10,
par.settings=list(
axis.line=list(col="transparent"),
clip=list(panel=FA
You seem to have posted in HTML and the post is close to unreadable. Also you
did not include any data, as far as I can see.
Please supply some sample dataand code.
The easiest way to supply data is to se the dput() function. Example with
your file named "testfile":
dput(testfile)
Then cop
3 matches
Mail list logo