gpm: Create a gpm object

Description Usage Arguments Details Value Examples

Description

Method to create a gpm Object

Usage

1
2
3
## S4 method for signature 'data.frame'
gpm(x, meta, log, scale = FALSE, maxnew = 1,
  minnew = 0)

Arguments

x

a data frame

meta

meta information regarding the content of the columns, e.g. created using createGPMMeta

Details

A gpm object consists of three data sections: (i) a data section which holds the actual dataset, (ii) a meta data grid which holds meta information for each of the columns in the data set and (iii) a list of log information which records the processing history of the data set.

Value

gpm object

Examples

1
2
3
4
data(abies_alba)
meta <- createGPMMeta(dataset = abies_alba, 
                      selector = 1, response = c(16:481), meta = c(2: 15))
alb <- gpm(abies_alba, meta)

environmentalinformatics-marburg/gpm documentation built on July 11, 2020, 11:12 a.m.