datagroup-methods: create datagroup object

datagroupR Documentation

create datagroup object

Description

A class representing a geoknife job (datagroup).

Usage

datagroup(...)

## S4 method for signature 'ANY'
datagroup(...)

## S4 method for signature 'datagroup'
length(x)

## S4 method for signature 'datagroup'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'datagroup'
x[[i, j, ..., drop = TRUE]]

Arguments

...

additional arguments passed to initialize method

x

a datagroup object

i

index specifying elements to extract or replace.

j

not implemented

drop

not implemented

Value

the datagroup object

Author(s)

Jordan S Read


geoknife documentation built on July 9, 2023, 5:31 p.m.