Learn R Programming

mlr (version 2.4)

plotFilterValuesGGVIS: Plot filter values using ggvis.

Description

Plot filter values using ggvis.

Usage

plotFilterValuesGGVIS(fvalues, sort = "dec", n.show = 20L,
  feat.type.cols = FALSE, interactive = FALSE)

Arguments

Value

a ggvis plot object.

See Also

Other filter: FilterValues; filterFeatures; generateFilterValuesData; getFilterValues; getFilteredFeatures; makeFilterWrapper; plotFilterValues

Other plot: plotFilterValues; plotLearningCurveGGVIS; plotLearningCurve; plotROCRCurvesGGVIS; plotROCRCurves; plotThreshVsPerfGGVIS; plotThreshVsPerf

Examples

Run this code
fv = generateFilterValuesData(iris.task, method = "chi.squared")
plotFilterValuesGGVIS(fv)

Run the code above in your browser using DataLab