search for: y_label

Displaying 4 results from an estimated 4 matches for "y_label".

Did you mean: p_label
2009 Feb 27
1
levelplot help needed
...wing 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 <- data.frame(df, group = rep("Group 1", xl*yl)) df2 <- data.frame(df, group = rep("Group 2", xl*...
2012 Aug 09
2
Add interpunct (dot) symbol to axis label?
I'm having problems creating an axis label for a plot. y_label = expression(paste(plain('CPUE '),plain('(fish'),plain('x'),plain('h'^{-1}),plain(')'))) I'd like to replace the "x" with an interpunct symbol (dot). Any suggestions how to do this? Thanks in advance. [[alternative HTML version deleted]]
2006 Jul 10
2
Setting the colors of lines in a trellis plot...
...ngs = list(superpose.symbol=mysymbols), ylim=c(y_min, y_max), scales = list(tck=c(1, 0), axs="r", x=list(tick.number=(xmax - xmin + 1), at=xmin:xmax, labels=xmin:xmax, cex=1.75), y=list(axs="r", rot=c(90, 0), labels=y_labels, at=y_at, cex=1.75 ) ), key = list ( text = list(levels(data$category)), lines = list(type="b", lty=mylines$lty, pch=mysymbols$pch, cex=rep(1.25, numlines),...
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