View source: R/TwoSpamH.plot.R
TwoSpamH.plot | R Documentation |
This function visualizes the 2SpamH algorithm.
TwoSpamH.plot( TwoSpamH.output, to.plot = c(1, 2), xlab = "PC 1", ylab = "PC 2", title = "Validity Distribition in the Constructed Feature Space", variable = "Filtered Variable" )
TwoSpamH.output |
The output from the function TwoSpamH when the |
to.plot |
A length 2 vector that indicates which principle components are to be plotted |
xlab |
The label for x axis |
ylab |
The label for y axis |
title |
The plot title |
A ggplot object that visualize the algorithm's reduced feature space.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.