Description Usage Arguments Details Value Author(s) See Also Examples
plot.optimizeParameters
generates a heatmap of the quality assessment values
stored in the object of class optimizeParameters
.
1 2 3 |
x |
An object of the class |
main |
A character string describing title of plot. |
... |
Further arguments passed to or from other methods. |
The black point in the heatmap denotes the optimal parameter combination.
plot.optimizeParameters
returns a plot.
Saskia Freytag
1 2 3 4 5 6 | Y<-simulateGEdata(500, 500, 10, 2, 5, g=2, Sigma.eps=0.1, 250, 100, check.input=FALSE)
# This calculation may take a couple of minutes (if possible change number of cpus used)
opt<-optimizeParameters(Y, kW.hat=c(1,5,10), nu.hat=c(100,100000),
nc_index=251:500, methods=c("fnorm"), cpus=1, parallel=FALSE)
try(dev.off(), silent=TRUE)
plot(opt, main="Heatmap Plot")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.