mscPlot$plotList
.
"plot"(x, drawStdDev=FALSE, span=0.5, nsamples=50,
plot=TRUE, colorMap=0, ...)
"plot"(x, drawStdDev=FALSE, span=0.5, nsamples=50, plot=TRUE, colorMap=0, ...)
"plot"(x, drawStdDev=FALSE, span=0.5, nsamples=50,
plot=TRUE, colorMap=0, ...)
"plot"(x, drawStdDev=FALSE, axesOn=TRUE, ...)
plot.msc
or the
mscPlot
object for plot.mscPlot
.loess
for computIng regression
curvesmscPlot
is used to plot the Morse-Smale
summary and allows to manipulate the plotting behaviour.
The object mscPlot
has the following components:
[3] Samuel Gerber, Peer-Timo Bremer, Valerio Pascucci, Ross Whitaker, Visual Exploration of High Dimensional Scalar Functions, IEEE Transactions on Visualization and Computer Graphics, vol. 16, no. 6, pp 1271-1280, Nov.-Dec. 2010.
msc.nn
,
msc.nn.svm
,
msc.nn.kd
data(fourpeaks)
d <- fourpeaks()
#Build Morse-Smale complex of d
ms <- msc.nn(y=d[,1], x=d[, 2:3], pLevel=0.1, knn = 15)
# Plot the ms summary
p <- plot(ms)
# Change the plots to compare
p$plotList <- c(1)
# Re-plot the summary
plot(p)
Run the code above in your browser using DataLab