Description Format Details Active bindings Methods Author(s)
Visual exploration of the pguIMP dataset.
R6::R6Class object.
Pariwise anlysis of attributes from the pguIMP dataset. This object is used by the shiny based gui and is not for use in individual R-scripts!
rawDataReturns the instance variable rawData (tibble::tibble)
setRawDataSets the instance variable rawData (tibble::tibble)
abscissaReturns the instance variable abscissa (character)
setAbscissaSets the instance variable abscissa (character)
ordinateReturns the instance variable ordinate (character)
setOrdinateSets the instance variable ordinate (character)
abscissaStatisticsReturns the instance variable abscissaStatistics (character)
ordinateStatisticsReturns the instance variable ordinateStatistics (character)
new()Tests if the abscissa attribute is of type numeric.
Tests if the ordinate attribute is of type numeric.
Summarizes the numeric values of a vector.
Calculates the statistics of the abscissa values. Stores the result in the instance variable abscissaStatistics.
Calculates the statistics of the ordinate values. Stores the result in the instance variable ordinateStatistics.
Clears the heap and
indicates that instance of pgu.explorer is removed from heap.
Creates and returns a new pgu.explorer object.
pgu.explorer$new(data_df = "tbl_df")
data_dfThe data to be analyzed. (tibble::tibble)
A new pgu.explorer object.
(pguIMP::pgu.optimizer)
print()Prints instance variables of a pgu.explorer object.
pgu.explorer$print()
string
reset()Resets the instance of the pgu.explorer class
pgu.explorer$reset(data_df = "tbl_df", abs = "character", ord = "character")
data_dfThe data to be analyzed. (tibble::tibble)
absThe abscissa attribute (character)
ordThe ordinate attribute (character)
fit()Calculates the abscissa and ordinate statistics
pgu.explorer$fit()
scatterPlot()Creates and returns a scatter plot abscissa and ordinate value pairs.
pgu.explorer$scatterPlot()
Scatter plot (ggplot2::ggplot)
abscissaBarPlot()Creates and returns a histogram from the abscissa values.
pgu.explorer$abscissaBarPlot()
Bar plot (ggplot2::ggplot)
abscissaBoxPlot()Creates and returns a box plot from the abscissa values.
pgu.explorer$abscissaBoxPlot()
Box plot (ggplot2::ggplot)
abscissaPlot()Creates and returns a compund graphical analysis of the abscissa values.
pgu.explorer$abscissaPlot()
Compound plot (gridExtra::grid.arrange)
ordinateBarPlot()Creates and returns a histogram from the ordinate values.
pgu.explorer$ordinateBarPlot()
Bar plot (ggplot2::ggplot)
ordinateBoxPlot()Creates and returns a box plot from the ordinate values.
pgu.explorer$ordinateBoxPlot()
Box plot (ggplot2::ggplot)
ordinatePlot()Creates and returns a compund graphical analysis of the ordinate values.
pgu.explorer$ordinatePlot()
Compound plot (gridExtra::grid.arrange)
clone()The objects of this class are cloneable with this method.
pgu.explorer$clone(deep = FALSE)
deepWhether to make a deep clone.
Sebastian Malkusch, malkusch@med.uni-frankfurt.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.