DataMunger: Handle everything to do with producing a melted dataframe to...

Description Usage Format

Description

Handle everything to do with producing a melted dataframe to feed into plot methods later.

Usage

1

Format

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
Class 'R6ClassGenerator' <DataMunger> object generator
  Public:
    plot_cols: NA
    by_col: NA
    df: NA
    bucketer: NA
    melter: NA
    bucketed_df: NA
    melted_df: NA
    summarise_fn: NA
    initialize: function (input_df, plot_cols, by_col, cut_type, scale) 
    prepare_data: function (buckets) 
    generate_core_df: function (input_df) 
    summarise_data_by_buckets: function () 
    summarise_with_weight: function (sd) 
    mean_unless_char: function (var) 
    clone: function (deep = FALSE) 
  Parent env: <environment: namespace:universe>
  Locked objects: TRUE
  Locked class: FALSE
  Portable: TRUE 
 - attr(*, "name")= chr "DataMunger_generator"

DexGroves/universe documentation built on May 6, 2019, 2:13 p.m.