Description Usage Arguments Value Author(s) Examples
This function draws a plot representing the approximtion of the number pi obtained with the estimate_pi function
1 2 | ## S3 method for class 'pi'
plot(x)
|
x |
An output from the estimate_pi function |
A plot of the simulated points
Germano David
Lomazzi Vincent
Bron Luca
Raisin Edgar
Grandadam Patrik
1 2 | estimated_pi <- estimate_pi(5000)
plot(estimated_pi)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.