Description Usage Arguments Examples
View source: R/factorHelpers.R
Generates a ggplot barplot that compares two names two nameed factors for the specified points. The x axis corresponds to factor B and the y axis factor A.
| 1 2 | plotFactorsPercent(factorA, factorB, points = NULL,
  factorA.name = "factorA", factorB.name = "factorB")
 | 
| factorA | the factor the distibution of which with respect to factorB will be assessed (y axis) | 
| factorB | the factor to breakdown factorA by | 
| points | the names of the elemets of the factorsA and factorB to include for the purposed of the plot | 
| 1 2 3 4 5 6 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.