myf: Square Function

View source: R/myf.R

myfR Documentation

Square Function

Description

Takes a vector and returns a vector of squared components

Usage

myf(x)

Arguments

x

Value

a Vector of squared components

Examples

x=1:30; myf(x)

savxsouth/MATH-4753 documentation built on Sept. 4, 2022, 8:17 a.m.