Re: [R] Remove the border/frame in a dotplot()

2014-12-01 Thread Duncan Mackay
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

Re: [R] Remove the border/frame in a dotplot()

2014-11-30 Thread Richard M. Heiberger
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

Re: [R] Remove the border/frame in a dotplot()

2014-11-30 Thread John Kane
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