computeSin: Computes the sine function

Description Usage Arguments Value Author(s) See Also Examples

View source: R/xpssComputeArithmetics.R

Description

Helper Function for xpssCompute. R Implementation of the SPSS SIN Function.

Usage

1

Arguments

x

an atomic numeric or numeric vector or numeric matrix.

Value

returns a numeric, numeric vector or matrix with the sine values of the input data.

Author(s)

Bastian Wiessner

See Also

sin

Examples

1
xpssCompute(x = fromXPSS, variables = "V5",fun = "computeSin")

translateSPSS2R documentation built on May 30, 2017, 4:31 a.m.