plot.pi: Plot objects of class pi

Description Usage Arguments Value Author(s) Examples

Description

Creating a plot representing the random coordinates created by the function "estimate_pi".

Usage

1
2
## S3 method for class 'pi'
plot(x)

Arguments

x

A list of type pi

Value

A plot of the object

Author(s)

Vanessa Armistead

Bart Roes

Luisa Pricken

Ameni Rouatbi

Examples

1
2
obj <- estimate_pi()
plot(obj)

amenirouatbi/ptds2018hw4g3 documentation built on May 3, 2019, 7:39 p.m.