Learn R Programming

CMA (version 1.30.0)

Planarplot-methods: Visualize Separability of different classes

Description

Given two variables, the methods trains a classifier (argument classifier) based on these two variables and plots the resulting class regions, learning- and test observations in the plane.

Appropriate variables are usually found by GeneSelection.

Arguments

Methods

X = "matrix", y = "numeric", f = "missing"
signature 1
X = "matrix", y = "factor", f = "missing"
signature 2
X = "data.frame", y = "missing", f = "formula"
signature 3
X = "ExpressionSet", y = "character", f = "missing"
signature 4
For further argument and output information, consult Planarplot.