area_2d | R Documentation |
computes the area of a square
area_2d(l, w)
l |
a numeric that represents the length |
w |
a numeric that represents the width |
a numeric that is the area of two numbers
l <- 5 w <- 2 area_2d(l,w) area_2d(0,0) area_2d(2,0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.