myplot: A function to plot x, y

Description Usage Arguments Value Examples

View source: R/myplot.R

Description

A function to plot x, y

Usage

1
myplot(x, y)

Arguments

x

vector of sample data from population 1

y

vector of sample data from population 2

Value

2 plots, for sample one and two

Examples

1
x = rnorm(30,10,12); y = rnorm(40,20,15); plot(x,y)

ElahehJafarigol/R.Package.Stat documentation built on April 29, 2020, 12:25 a.m.