R/areasphere.R

Defines functions areasphere

Documented in areasphere

#' @export
#' 
areasphere<-function(radius){
  Area <- 4*pi*radius^2
  Area
}

Try the Thermimage package in your browser

Any scripts or data that you put into this service are public.

Thermimage documentation built on Sept. 27, 2021, 5:11 p.m.