btyner at stat.purdue.edu
2006-Mar-30 19:41 UTC
[Rd] custom strip in lattice ignoring plotmath expressions for all but style = 1 (PR#8733)
Full_Name: Ben Tyner Version: 2.2.0 OS: i686-pc-linux-gnu Submission from: (NULL) (128.210.141.240) My appologies if this has already been fixed, but I didn't see it in the tracking system yet so I thought I'd report it. Demonstration: xyplot(Petal.Length ~ Petal.Width | Species, iris, strip = strip.custom(style = 1, var.name = expression(beta), strip.names = c(T, T) ) ) # correct behavior w.r.t. var.name xyplot(Petal.Length ~ Petal.Width | Species, iris, strip = strip.custom(style = 3, var.name = expression(beta), strip.names = c(T, T) ) ) # the var.name shows up as "beta"
deepayan.sarkar at gmail.com
2006-Mar-30 20:06 UTC
[Rd] custom strip in lattice ignoring plotmath expressions for all but style = 1 (PR#8733)
On 3/30/06, btyner@stat.purdue.edu <btyner@stat.purdue.edu> wrote:> Full_Name: Ben Tyner > Version: 2.2.0 > OS: i686-pc-linux-gnu > Submission from: (NULL) (128.210.141.240) > > > My appologies if this has already been fixed, but I didn't see it in the > tracking system yet so I thought I'd report it. Demonstration: > > xyplot(Petal.Length ~ Petal.Width | Species, iris, > strip = strip.custom(style = 1, > var.name = expression(beta), > strip.names = c(T, T) > ) > ) # correct behavior w.r.t. var.name > > xyplot(Petal.Length ~ Petal.Width | Species, iris, > strip = strip.custom(style = 3, > var.name = expression(beta), > strip.names = c(T, T) > ) > ) # the var.name shows up as "beta"1. Bugs in packages should be reported to the maintainer, not R-bugs. 2. This already works as it should in R 2.3.0 alpha Deepayan
Deepayan Sarkar
2006-Mar-30 21:24 UTC
[Rd] custom strip in lattice ignoring plotmath expressions for all but style = 1 (PR#8733)
Trying again... On Thursday 30 March 2006 15:19, btyner at stat.purdue.edu wrote:> Full_Name: Ben Tyner > Version: 2.2.0 > OS: i686-pc-linux-gnu > Submission from: (NULL) (128.210.141.240) > > > My appologies if this has already been fixed, but I didn't see it in the > tracking system yet so I thought I'd report it. Demonstration: > > xyplot(Petal.Length ~ Petal.Width | Species, iris, > strip = strip.custom(style = 1, > var.name = expression(beta), > strip.names = c(T, T) > ) > ) # correct behavior w.r.t. var.name > > xyplot(Petal.Length ~ Petal.Width | Species, iris, > strip = strip.custom(style = 3, > var.name = expression(beta), > strip.names = c(T, T) > ) > ) # the var.name shows up as "beta"1. Bugs in packages should be reported to the maintainer, not R-bugs. 2. This already works as it should in R 2.3.0 alpha -Deepayan