sel_funs: sel_funs: Selection Functions

Description Usage Arguments

Description

Selection functions

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.SEL(x, ...)

.X(x)

## S3 method for class 'data.frame'
.X(x)

## S3 method for class 'list'
.X(x)

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

.Y(x)

## S3 method for class 'data.frame'
.Y(x)

## S3 method for class 'list'
.Y(x)

## Default S3 method:
.Y(x, ...)

.G(x)

## S3 method for class 'data.frame'
.G(x)

## S3 method for class 'list'
.G(x)

## Default S3 method:
.G(x, ...)

Arguments

x

input data to be subeseted

...

aditional parameters


suropt documentation built on May 2, 2019, 6:02 a.m.

Related to sel_funs in suropt...