View source: R/generatePartialDependence.R
| plotPartialDependence | R Documentation |
Plot a partial dependence from generatePartialDependenceData using ggplot2.
plotPartialDependence(
obj,
geom = "line",
facet = NULL,
facet.wrap.nrow = NULL,
facet.wrap.ncol = NULL,
p = 1,
data = NULL
)
obj |
PartialDependenceData |
geom |
( |
facet |
( |
facet.wrap.nrow, facet.wrap.ncol |
(integer) |
p |
( |
data |
(data.frame) |
ggplot2 plot object.
Other partial_dependence:
generatePartialDependenceData()
Other plot:
createSpatialResamplingPlots(),
plotBMRBoxplots(),
plotBMRRanksAsBarChart(),
plotBMRSummary(),
plotCalibration(),
plotCritDifferences(),
plotLearningCurve(),
plotROCCurves(),
plotResiduals(),
plotThreshVsPerf()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.