RescalePollenSequence: Scales pollen data

Description Usage Arguments Value Author(s) Examples

Description

Scales pollen data between a minimum and a maximum value.

Usage

1
2
RescalePollenSequence(sequence, columns = NULL, new.min = NULL,
  new.max = NULL)

Arguments

sequence

A dataframe containing pollen data. This sequence will be compared with and adapted to the structure of sequence.A

columns

Optional, character vector of column names. If not provided, the function will try with all columns.

new.min

Minimum new value, 0 by default.

new.max

Maximum new value, 100 by default.

Value

The function returns the reformatted target sequence as a data frame.

Author(s)

Blas Benito <blasbenito@gmail.com>

Examples

1
data(InputDataExample)

IGNEX/IgnexCompare documentation built on May 8, 2019, 10:53 a.m.