square: graphs and calculates the area and perimeter of a square

Description Usage Arguments Value Examples

View source: R/square.R

Description

graphs and calculates the area and perimeter of a square

Usage

1
square(x)

Arguments

x

a numeric vector containing a positive integer

Value

a dataframe containining the length, width, area, perimeter, and a graph of the square with length and width x

Examples

1
2
square(3)
square (2:4)

sunniraleigh/schoolR documentation built on Dec. 16, 2019, 12:48 a.m.