search for: opt_harvest_pattern_pr

Displaying 1 result from an estimated 1 matches for "opt_harvest_pattern_pr".

2005 Sep 10
1
transparent backgound in lattice plots
...files with a transparent background with the lattice package. The code to generate the levelplot is fine and I can produce a simple png file with a transparent background just fine, but I'm not sure how to generate a png of a lattice plot with a transparent backgound. png( "../images/opt_harvest_pattern_pred.png", bg="transparent" ) main=expression( paste( "Optimal Harvest Pattern ", widehat(V)[saw], ", in ", m^3 ) ) labs <- paste( rep( "Day", 12 ), 1:12 ) opt.harv.pat.pred <- levelplot( var1.pred~x+y, data=saw.comb,...