Description Usage Arguments Value Examples
Estimates the area of a shape S by simulating random coordinates in a one by one square.
1 | estimate_area(B = 5000, seed = 10)
|
B |
Number of random data points (x,y) to generate. |
seed |
Pseudorandom number generator. |
A list
with estimation of the area of S and the simulated data points.
1 | estimate_area(B = 3456, seed = 100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.