addLegend |
Function for adding a legend to an existing device |
blankPlot |
Create a Blank Plot |
colorPoly |
Function for plotting a colored polygon as part of a density legend |
customRound |
Custom rounding function to round to the nearest specified interval |
densityLegend |
Create a colored density legend for visually representing the distribution of a color variable on a plot |
drawSplitDensity |
Draw a Split Density Plot |
findLocations |
Returns a Vector of x Locations |
getBreaks |
Divide the range of x into intervals, returning the breakpoints of these intervals |
oaTemplate |
Create a OA Plot Template |
oaTheme |
Apply OA ggplot2 theme |
plotBars |
A function for creating the segmented color bars in a density legend |
plotDensityTrace |
Function for plotting the density trace outline in a density legend |
plotDots |
Adds Points on a Pre-existing Plot using Shifted Locations |
plotPolygonRegions |
Function to plot all colored density regions of a density legend |
pointsOnBoxplot |
Generic pointsOnBoxplot function. Calls pointsOnBoxplot.default or pointsOnBoxplot.formula |
pointsOnBoxplot.default |
Draw Points on Top of a Boxplot using Appropriate Shifting |
pointsOnBoxplot.formula |
Draw Points on Top of a Boxplot using Appropriate Shifting |
prepLegend |
Function for arranging plotting layout to accomodate a legend panel |
scatterplotDL |
Plot a base-graphics scatterplot with accompanying density legend |
splitCircle |
Function for drawing a split circle (two differently colored semicircles) |
splitColorVar |
Function to take a numeric vector 'colorVar' and palette 'colorPalette', and return a list containing a vector of color assignments for each element of 'colorVar' (to be used in plot calls), and a vector of breaks defining the color regions (to be used in densityLegend) |