num_dist_scatter Creates a scatter plot given two numerical features.
num_dist_scatter.Rd
num_dist_scatter Creates a scatter plot given two numerical features.
Arguments
- num1
A string for the name of the column for the first numeric feature.
- num2
A string for the name of the column for the second numeric feature.
- data
A dataframe for visualization.
- title
A string for the title for the chart.
- stat
Boolean whether or not to include simple statistics.
- trend
A string for the type of trend line. Options are: FALSE, 'lm', 'loess'.