plot_against_var: 2D plot generator

Description Usage Arguments Details

View source: R/plot_against_var.R

Description

Generates a set of two dimensional plots where one variable is plotted against all other variables.

Usage

1

Arguments

df

Dataframe containing all features to which var should be plotted

var

Vector which is the variable that is plotted to each variable in df

pdf

Boolean variable stating whether to create a pdf or not

Details

All two dimensional plots are saved in one pdf file named understand_data.data_against using ggplot. This function is typically used to find correlations to the target variable.


MarcoNiemann/kaggle_house documentation built on May 7, 2019, 2:50 p.m.