superplot2: Superplot2 Function

Description Usage Arguments Details Value Author(s)

Description

Like superplot(), creates a layout that plots a scatterplot of data as well as two inverted histograms of each data corresponding to each axis.

Usage

1
superplot2(x, y)

Arguments

x

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

y

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

Details

Another method of creating 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.