Math-methods: Basic mathematical functions

Math,GPR-methodR Documentation

Basic mathematical functions

Description

Methods for the base Math methods S4groupGeneric

Usage

## S4 method for signature 'GPR'
Math(x)

Arguments

x

An object of the class RGPR.

Details

Currently implemented methods include:

  • "abs", "sign", "sqrt", "ceiling", "floor", "trunc", "exp", "expm1", "log", "log10", "log2", "log1p", "cos", "cosh", "sin", "sinh", "tan", "tanh"

Examples

data(frenkeLine00)
A <- exp(frenkeLine00)

emanuelhuber/RGPR documentation built on Feb. 20, 2025, 6:13 a.m.