| areaAttributes | helper function to provide area properties |
| areaDefinition | helper function to generate an area definition |
| areaMarks | to add closed (eg colored) areas to a list of ggplot objects |
| blobToVector | does the reverse of the vectorToBlob function: splits a... |
| booleanToCharacter | Translates a logical vector into a character vector... |
| characterToBoolean | Translates a character vector compromised "F" and "T" into a... |
| clearPlot | helper function to clear a plot area or to generate an empty... |
| combineDFSingleColumn | Takes a list of data.frame's and melts together the specified... |
| confidenceIntervals | returns a confidence interval table of the specified data... |
| controlChart | creates a ggplot object showing a control chart with optional... |
| controlChartMarkerLines | Creates a data.frame with the values provided to be used in... |
| convertDBtoDF | Does the reverse of convertDFtoDB: converts a data.frame of... |
| convertDFtoDB | Converts data.frames to a single data.frame where each... |
| copyDBtoMemory | copies contents of a sqlite database to another one (default... |
| copyTable | Copies a single table from one database to another (only... |
| customLegend | a function that takes a series of colors/fills/shapes and... |
| dataFrameToCode | programming tool to convert a data.frame in memory to a... |
| dateToInteger | converts date format to integer numbers |
| db_close | Wrapper around pool::pooClose(): closes an open database... |
| db_columnInfo | get the classes of the different columns in a database table |
| db_createColumnDefinitions | helper function for db_createTable(): generates a column... |
| db_createDataframe | creates an empty data.frame base on what's in a database... |
| db_createLinkTable | creates a 'link' table for many to many relations |
| db_createTable | create a table in a database and (optionally) put data in it |
| db_deleteRow | removes rows from a table in the database specified by the... |
| db_deleteTable | delete a table in a database |
| db_ExecuteSQL | to execute statements like update a row |
| db_getColumn | gets specified columns from a table in the database, allows... |
| db_getLinkColumns | retrieves the specified columns from the 'right' table when... |
| db_getLinkIDs | retrieves the IDs from the 'right' table when the IDs from... |
| db_getSQLQuery | to perform general SQL select like statements |
| db_getTable | gets data from a table in the database |
| db_ncol | find the number of columns in a table of an (open) database |
| db_nrow | find the number of rows in a table of an (open) database |
| db_open | Wrapper around pool::dbPool(): opens a database |
| db_tbl_def | gathers info on all tables in the database |
| DBtoVector | does the reverse of the vectorToDB function: splits a single... |
| db_updateRow | updates values in rows from a table in the database specified... |
| db_writeTable | write a data to a table in an (open) database |
| defaultPrimaryKey | returns the default primary key name |
| defaultPrimaryKeyName | 'global' variable: default primary key name |
| fitDF | creates a fit table data.frame with the columns... |
| fitLM | wrapper around the lm() function to streamline it's use a bit |
| fitPlot | generates a ggplot object of the fit table |
| formatDigits | Function factory to be used to specify the number of digits... |
| formatDigitsLargeNumbers | Function factory to be used to specify the number of digits... |
| formatDigitsWaiver | Function to convert numerical vectors into strings. This... |
| formatMinimumDigits | Function factory to be used to specify the minimum number of... |
| formatScientificDigits | Function factory to be used to specify the number of digits... |
| formatScientificMinimumDigits | Function factory to be used to specify the minimum number of... |
| graphCurves | function to generate ggplot object (in form of a single item... |
| graphCurvesCombine | to generate a ggplot object (actually a list(ggplot object) )... |
| graphsAdjust | Make adjustments to a graph eg zoom, titles etc etc |
| histP | Plots a histogram with percentages in stead of frequencies on... |
| ifelseProper | ifelse replacement for properly returning all datatypes. |
| integerToDate | takes an integer and converts it to a date vector. Orginally... |
| is.Class | helper function to determine if object == whichClass or a... |
| joinNamedDFList | joins together a named list of data.frame's with exact same... |
| legendDefinition | helper function for the function customLegend(): generates a... |
| limits | helperfunction for limit line attributes |
| lineAttributes | helper function to provide line properties |
| lineMarks | to add horizontal or vertical lines to a list of ggplot... |
| linesMarkDefaults | helper function to provide line properties for marks |
| multi.which | A which for multidimensional arrays |
| newDataDF | creates a data.frame with the columns name, predictor,... |
| normalQQPlot | creates a ggplot object showing a normal quantile plot with... |
| normalQuantilePlot | creates a ggplot object showing a normal quantile plot |
| plotPlusMatrix | function to generate an aligned set of (maximum 4) plots as a... |
| recoveryPlot | generates a ggplot object of the recovery plot of a... |
| residualPlot | generates a ggplot object of the residual plot of a... |
| scatterBlandAltman | generates a variant of the scatterplot when one needs to... |
| scatterPlot | generates a ggplot object of a scatterplot |
| scatterPlotPlusH3 | function to generate an aligned set of (maximum 3) plots as a... |
| statBarPlot | generates a simple barplot of data with id's in one column... |
| statBoxPlotMultiple | creates a ggplot object showing a boxplot of multiple columns |
| statBoxPlotMultipleVar | creates a ggplot object showing a boxplot of a single column,... |
| statBoxPlotSingle | creates a ggplot object showing a boxplot |
| statDensity | creates a ggplot object showing a densityplot |
| statDensityMultiple | generates a ggplot object which shows several density plots... |
| statHist | creates a ggplot object showing a histogram |
| statHistMultiple | generates a ggplot object which shows several histograms in... |
| statPrepareData | prepare data.frame for display in one of the ...multi... |
| statViolinPlotMultiple | creates a ggplot object showing a violin plots of multiple... |
| statViolinPlotSingle | creates a ggplot object showing a violin plot |
| stdRecoveryLimits | helper function to provide default limits for recoveryPlots |
| stdResidualLimits | wrapper function for (default) limit line attributes |
| tableQuantiles | returns a data.frame with the specified quantile limits of... |
| tableSummary | returns a statistics summary table of the specified data... |
| theme_minimal_adapted | to be able to use the theme theme_minimal with some... |
| toleranceInterval | returns a data.frame with 2-sided tolerance intervals for the... |
| toNumeric | support function: changes character vector of numbers into... |
| transform01Logical | takes logical data and replaces it with an alternative, eg... |
| transformData | helper function: function factory to generalize data... |
| transformNA | Replaces all NA's in data (data.frame, list, etc) with an... |
| transformToDateString | takes a 'Date' object or an integer and converts it to a... |
| vectorToBlob | Converts a numeric, integer or character vector (multiple... |
| vectorToCode | programming tool to convert a vector in memory to code for... |
| vectorToDB | Converts a numeric, integer or character vector (multiple... |
| volcanoLineMarkerDedaults | helper function that specifies the marker lines to add to the... |
| volcanoMarkerAttributesDefaults | helper function that specifies the marker line attributes to... |
| volcanoPlot | generates a volcano plot of a data.frame with quantification... |
| volcanoPlotPlus | generates a volcano plot of a data.frame with quantification... |
| weightsFromResidualsVector | generates vector of weighted values where the weights are... |
| weightsVector | generates vector of weighted values |
| whichDim | can determine the array-'position' of an element number |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.