search for: x_label

Displaying 2 results from an estimated 2 matches for "x_label".

Did you mean: p_label
2009 Feb 27
1
levelplot help needed
...here, I'm looking for someone who can give me some hints how to make a nice levelplot. As an example, I have the following code: # create some example data # -------------------------------------- xl <- 4 yl <- 10 my.data <- sapply(1:xl, FUN = function(x) { rnorm( yl, mean = x) }) x_label <- rep(c("X Label 1", "X Label 2", "X Label 3", "X Label 4"), each = yl) y_label <- rep(paste("Y Label ", 1:yl, sep=""), xl) df <- data.frame(x_label = factor(x_label),y_label = factor(y_label), values = as.vector(my.data)) df1...
2006 May 10
4
lattice package plots
I am using the lattice packge for its levelplot and contourplot. Is it possible to adjust the line thickness of the 'box' and tickmarks in these plots? Thanks for the attention, Matt Sundling