superplot: Superplot Function

Description Usage Arguments Details Value Author(s)

Description

Creates a layout that plots a scatterplot of data as well as two inverted histograms of each data corresponding to each axis.

Usage

1
superplot(x, y)

Arguments

x

Data 1 - e.g. corresponds to PLASMA data in PIMA.csv dataset

y

Data 2 - e.g. corresponds to BP data in PIMA.csv dataset

Details

Creates a layout, scatterplot put in section 1 and the two histograms are put in sections 2 and 3.

Value

Returns two inverted histograms on the x and y axes and also plots a scatterplot in the middle.

Author(s)

Michael Wang, code by Prof. Cabrera


michaeltwang/MEGAplot-for-Stats486 documentation built on May 9, 2019, 5:53 a.m.