square_function: square_function

Description Usage Arguments Value Author(s) Examples

Description

A simple function to calculate the square of a number.

Usage

1

Arguments

x

numeric vector.

Value

The function return a vector.

Author(s)

Silvan Albin <silvan.albin@hotmail.com>

Examples

1
2
x <- c(5)
square_function(x)

sialbi/square documentation built on May 3, 2019, 5:49 p.m.