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!
rawData
Returns the instance variable rawData (tibble::tibble)
setRawData
Sets the instance variable rawData (tibble::tibble)
abscissa
Returns the instance variable abscissa (character)
setAbscissa
Sets the instance variable abscissa (character)
ordinate
Returns the instance variable ordinate (character)
setOrdinate
Sets the instance variable ordinate (character)
abscissaStatistics
Returns the instance variable abscissaStatistics (character)
ordinateStatistics
Returns 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_df
The 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_df
The data to be analyzed. (tibble::tibble)
abs
The abscissa attribute (character)
ord
The 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)
deep
Whether 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.