Learn R Programming

sparta (version 1.0.1)

sum.sparta: Vector-like operations on sparta objects

Description

Vector-like operations on sparta objects

Usage

# S3 method for sparta
sum(x, ...)

# S3 method for sparta max(x, ...)

# S3 method for sparta min(x, ...)

which_min_cell(x)

# S3 method for sparta which_min_cell(x)

which_min_idx(x)

# S3 method for sparta which_min_idx(x)

which_max_cell(x)

# S3 method for sparta which_max_cell(x)

which_max_idx(x)

# S3 method for sparta which_max_idx(x)

Arguments

x

sparta

...

For S3 compatability.