get_dataset_plots {arenar} | R Documentation |
Internal function for calculating exploratory data anaylysis plots
Description
Function runs all plot generating methods for given dataset
Usage
get_dataset_plots(dataset, params)
Arguments
dataset |
List with following elements
dataset Data frame
target Name of one column from data frame that is used as target variable
label Label for dataset to be displayed in Arena
variables vector of column names from data frame without target
|
params |
Params from arena object
|
Value
list of generated plots' data
[Package
arenar version 0.2.0
Index]