𝔇𝔄𝔗𝔄 ℭℌ𝔒ℭ𝔒𝔏𝔄𝔗𝔈𝔖
Math
2019-02-17
2 / 2
math
Geometry With R
Tara Kenner
/
2018-02-17
## Warning: package 'plotrix' was built under R version 3.4.3 In my math class, we are studying how to calculate the area, circumference and diameter of a circle. circlearea_r <- function(pi, radius) { area_circle <- pi*radius^2 } test_circle <- circlearea_r(22/7, 5) test_circle ##…
««
«
1
2
»
»»