search for: flattest

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

Did you mean: lattest
2003 Dec 14
1
contour() should handle the asp parameter
...r.default<- function (x = seq(0, 1, len = nrow(z)), y = seq(0, 1, len = ncol(z)),z, nlevels = 10, levels = pretty(zlim, nlevels), labels = NULL, xlim = range(x, finite = TRUE), ylim = range(y, finite = TRUE), zlim = range(z, finite = TRUE), labcex = 0.6, drawlabels = TRUE, method = "flattest", vfont = c("sans serif", "plain"), axes = TRUE, frame.plot = axes, col = par("fg"), lty = par("lty"), lwd = par("lwd"), add = FALSE,asp=NA,...) { if (missing(z)) { if (!missing(x)) { if (is.list(x)) {...
2010 Aug 06
1
[R-SIG-Mac] Question about line type in contour() function (R 2.11.1)
...mp and deliver the analyses. I've moved this from r-sig-mac to r-devel; it's not a Mac problem. I've also added back a bit of the context for readers here. A little bit more on this: the problem only affects contour() when labels are being drawn, and only if method is set to "flattest" (the default) or "edge". If you set drawLabels=FALSE or method="simple" you won't see it. I think I should be able to fix this after all. Duncan Murdoch
2004 Feb 17
2
Lattice graphics and strip function
I am looking for examples of code that demonstrates the fine tuning of the strip panels in lattice graphics and uses plotmath characters. The code for the graphic is as follows: xyplot(lagy ~ n | rho1 * rho2, data= data, layout=c(2,6), span = 1, xlab = "Sample Size", ylab = "Bias in the Coefficient for the Lag of X", type = "o") rho1 is a four level factor
2011 Dec 22
1
overlaid filled contour plots
I'm trying to make a set of contour plots of bivariate kernel density estimates, showing three such plots overlaid, similar to this plot http://euclid.psych.yorku.ca/SCS/Private/Test/ridge-boot2.pdf except that I would like to have the contours *filled* (using transparent colors). To make this reproducible, I've saved the results of KernSmooth::bkde2D() in the following file: