Man pages for BenBruyneel/BBPersonalR
BBPersonalR

areaAttributeshelper function to provide area properties
areaDefinitionhelper function to generate an area definition
areaMarksto add closed (eg colored) areas to a list of ggplot objects
blobToVectordoes the reverse of the vectorToBlob function: splits a...
booleanToCharacterTranslates a logical vector into a character vector...
characterToBooleanTranslates a character vector compromised "F" and "T" into a...
clearPlothelper function to clear a plot area or to generate an empty...
combineDFSingleColumnTakes a list of data.frame's and melts together the specified...
confidenceIntervalsreturns a confidence interval table of the specified data...
controlChartcreates a ggplot object showing a control chart with optional...
controlChartMarkerLinesCreates a data.frame with the values provided to be used in...
convertDBtoDFDoes the reverse of convertDFtoDB: converts a data.frame of...
convertDFtoDBConverts data.frames to a single data.frame where each...
copyDBtoMemorycopies contents of a sqlite database to another one (default...
copyTableCopies a single table from one database to another (only...
customLegenda function that takes a series of colors/fills/shapes and...
dataFrameToCodeprogramming tool to convert a data.frame in memory to a...
dateToIntegerconverts date format to integer numbers
db_closeWrapper around pool::pooClose(): closes an open database...
db_columnInfoget the classes of the different columns in a database table
db_createColumnDefinitionshelper function for db_createTable(): generates a column...
db_createDataframecreates an empty data.frame base on what's in a database...
db_createLinkTablecreates a 'link' table for many to many relations
db_createTablecreate a table in a database and (optionally) put data in it
db_deleteRowremoves rows from a table in the database specified by the...
db_deleteTabledelete a table in a database
db_ExecuteSQLto execute statements like update a row
db_getColumngets specified columns from a table in the database, allows...
db_getLinkColumnsretrieves the specified columns from the 'right' table when...
db_getLinkIDsretrieves the IDs from the 'right' table when the IDs from...
db_getSQLQueryto perform general SQL select like statements
db_getTablegets data from a table in the database
db_ncolfind the number of columns in a table of an (open) database
db_nrowfind the number of rows in a table of an (open) database
db_openWrapper around pool::dbPool(): opens a database
db_tbl_defgathers info on all tables in the database
DBtoVectordoes the reverse of the vectorToDB function: splits a single...
db_updateRowupdates values in rows from a table in the database specified...
db_writeTablewrite a data to a table in an (open) database
defaultPrimaryKeyreturns the default primary key name
defaultPrimaryKeyName'global' variable: default primary key name
fitDFcreates a fit table data.frame with the columns...
fitLMwrapper around the lm() function to streamline it's use a bit
fitPlotgenerates a ggplot object of the fit table
formatDigitsFunction factory to be used to specify the number of digits...
formatDigitsLargeNumbersFunction factory to be used to specify the number of digits...
formatDigitsWaiverFunction to convert numerical vectors into strings. This...
formatMinimumDigitsFunction factory to be used to specify the minimum number of...
formatScientificDigitsFunction factory to be used to specify the number of digits...
formatScientificMinimumDigitsFunction factory to be used to specify the minimum number of...
graphCurvesfunction to generate ggplot object (in form of a single item...
graphCurvesCombineto generate a ggplot object (actually a list(ggplot object) )...
graphsAdjustMake adjustments to a graph eg zoom, titles etc etc
histPPlots a histogram with percentages in stead of frequencies on...
ifelseProperifelse replacement for properly returning all datatypes.
integerToDatetakes an integer and converts it to a date vector. Orginally...
is.Classhelper function to determine if object == whichClass or a...
joinNamedDFListjoins together a named list of data.frame's with exact same...
legendDefinitionhelper function for the function customLegend(): generates a...
limitshelperfunction for limit line attributes
lineAttributeshelper function to provide line properties
lineMarksto add horizontal or vertical lines to a list of ggplot...
linesMarkDefaultshelper function to provide line properties for marks
multi.whichA which for multidimensional arrays
newDataDFcreates a data.frame with the columns name, predictor,...
normalQQPlotcreates a ggplot object showing a normal quantile plot with...
normalQuantilePlotcreates a ggplot object showing a normal quantile plot
plotPlusMatrixfunction to generate an aligned set of (maximum 4) plots as a...
recoveryPlotgenerates a ggplot object of the recovery plot of a...
residualPlotgenerates a ggplot object of the residual plot of a...
scatterBlandAltmangenerates a variant of the scatterplot when one needs to...
scatterPlotgenerates a ggplot object of a scatterplot
scatterPlotPlusH3function to generate an aligned set of (maximum 3) plots as a...
statBarPlotgenerates a simple barplot of data with id's in one column...
statBoxPlotMultiplecreates a ggplot object showing a boxplot of multiple columns
statBoxPlotMultipleVarcreates a ggplot object showing a boxplot of a single column,...
statBoxPlotSinglecreates a ggplot object showing a boxplot
statDensitycreates a ggplot object showing a densityplot
statDensityMultiplegenerates a ggplot object which shows several density plots...
statHistcreates a ggplot object showing a histogram
statHistMultiplegenerates a ggplot object which shows several histograms in...
statPrepareDataprepare data.frame for display in one of the ...multi...
statViolinPlotMultiplecreates a ggplot object showing a violin plots of multiple...
statViolinPlotSinglecreates a ggplot object showing a violin plot
stdRecoveryLimitshelper function to provide default limits for recoveryPlots
stdResidualLimitswrapper function for (default) limit line attributes
tableQuantilesreturns a data.frame with the specified quantile limits of...
tableSummaryreturns a statistics summary table of the specified data...
theme_minimal_adaptedto be able to use the theme theme_minimal with some...
toleranceIntervalreturns a data.frame with 2-sided tolerance intervals for the...
toNumericsupport function: changes character vector of numbers into...
transform01Logicaltakes logical data and replaces it with an alternative, eg...
transformDatahelper function: function factory to generalize data...
transformNAReplaces all NA's in data (data.frame, list, etc) with an...
transformToDateStringtakes a 'Date' object or an integer and converts it to a...
vectorToBlobConverts a numeric, integer or character vector (multiple...
vectorToCodeprogramming tool to convert a vector in memory to code for...
vectorToDBConverts a numeric, integer or character vector (multiple...
volcanoLineMarkerDedaultshelper function that specifies the marker lines to add to the...
volcanoMarkerAttributesDefaultshelper function that specifies the marker line attributes to...
volcanoPlotgenerates a volcano plot of a data.frame with quantification...
volcanoPlotPlusgenerates a volcano plot of a data.frame with quantification...
weightsFromResidualsVectorgenerates vector of weighted values where the weights are...
weightsVectorgenerates vector of weighted values
whichDimcan determine the array-'position' of an element number
BenBruyneel/BBPersonalR documentation built on Aug. 23, 2024, 8:28 p.m.