search for: surfaceplot

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

Did you mean: surfaceplots
2004 May 06
0
Problem with mclust surfacePlot function
...Mike White library(mclust) data(lansing) # R only maples<-lansing[as.character(lansing[,"species"]) == "maple", -3] maplesBIC <- EMclust(maples) maplesModel <- summary(maplesBIC, maples) plotMaples2 <- function(type, what, transformation) { out <- do.call("surfacePlot", c(maplesModel, list(data=maples, type=type, what=what,transformation=transformation))) invisible() } par(pty="s", mfrow=c(1,2)) plotMaples2(type="contour", what="density", transformation="log") par(pty="s") plotMaples2(type="contour&quo...
2005 Apr 07
3
4D Plot ??
Tried to post this last night, but it doesn't seem to have appeared. Using R 2.0.1 on Windows XP + SP2. I am traveling, away from my usual references. I'm trying to make a 4-dimensional plot: a levelplot with overlaid contours, with different response variables represented by (1) colors on the levelplot and (2) the contour lines. First try was filled.contour + contour but the key
2002 Aug 07
2
Constructing titles from list of expressions
Hello! I have the following problem: I have a function to construct three surfaceplots with a marker for an optimum, each of the plots has as title paste("Estimated ",pred.var.lab," for ",var.lab[1]," vs. ",var.lab[2],sep="") with different var.lab[1,2] each time. My problem is now that I need to allow for plotmath expressions in the variables...
2010 Feb 16
3
Triangular filled contour plot
Hi all, I am working on a filled contour plot which shows a triangular matrix data set (as shown below). Is there a possibilty to draw a triangular filled contour in a equilateral triangle (like a ternary plot)? Thanks in advance Johannes http://n4.nabble.com/file/n1557386/Bild3.png -- View this message in context: http://n4.nabble.com/Triangular-filled-contour-plot-tp1557386p1557386.html