Displaying 2 results from an estimated 2 matches for "tpar".
Did you mean:
tar
2004 Oct 19
1
barchart fails when grouping variable has more than 7 levels (PR#7293)
...rect", x$x, x$y, x$width, x$height,
valid.just(x$just)) :
invalid line type
The graph that actually results on my trellis device has axes and for the first
sample it manages to 7 of the 17 stacked bars.
As a work-around I have used (I used reps of 50 as another graph has 46
congeners):
my.tpar <- trellis.par.get("superpose.fill")
my.tpar$alpha <- rep(1,50)
my.tpar$border <- rep("black", 50)
my.tpar$lty <- rep(1, 50)
my.tpar$lwd <- rep(1, 50)
trellis.par.set("superpose.fill", my.tpar)
The barchart conequently works.
2008 Mar 17
9
Render index view and RJS on load?
Hi,
I''ve searched for a while online and been unable to find anything
concerning this.
I have a controller with an index action, which has an index view.
This view renders the index page but also needs to execute some
javascript to show some data (using effects) when the page loads. I
thought I could just create the view and RJS with the same name and
the RJS would be run after the