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
963269/how-to-make-a-great-r-reproducible-example
useful
John Kane
Kingston ON Canada
> -Original Message-
> From: r-help@r-project.org
> Sent: Sat, 29 Nov 2014 21:59:14 + (UTC)
> To: r-help@r-project.org
> Subject: [R] Remove the border/frame in a dotplot()
>
>
Dear listmembersI wouldlike to remove in a dotplot() the border/frame from the
figure and only keepthe x- and y-axis. I can’t find a way to do this. bty="n"
does notwork. Can somebody help? I include the r coding for my figure below.
dotplot(plant_species ~ mean, data =botany,aspect=
4 matches
Mail list logo