sapply: Generic sapply function

Description Usage Arguments Methods (by class) Note

View source: R/apply.R

Description

The function is needed, because sapply of base R is not generic.

Usage

1
2
3
4
sapply(X, ...)

## Default S3 method:
sapply(X, ...)

Arguments

X

an R object.

further

arguments passed to or from methods.

Methods (by class)

Note

As recommended in Section 7.1 ("Adding new generics") of "Writing R Extensions", the implementation of sapply.default has been made a wrapper around base::sapply.


andreas50/utsMultivariate documentation built on Sept. 27, 2021, 10:33 p.m.