testf: Test Function

Description Usage Arguments Value Examples

View source: R/testf.R

Description

Takes a vector and returns its square. Also gives a statement as to what the purpose is

Usage

1
testf(x)

Arguments

x

a vector

Value

a vector of squared values in the form of a vector

a string of characters

Examples

1
x=1:30; testf(x)

leahpom/F2020Projt3LP documentation built on Jan. 1, 2021, 8:17 a.m.