rescaling_summarise: rescaling the temporal resolution by method

Description Usage Arguments Examples

View source: R/rescaling_summarise.R

Description

rescaling the temporal resolution by method

Usage

1
rescaling_summarise(data, rescallingMethod)

Arguments

data

a list of numeric data

rescallingMethod

a string elements have to be those destinaGroup generic methods, such as min, max, mean, etc.(see: ??dplyr::summarise)

Examples

1
2
3
data <- c(NA,round(runif(n = 20, min = 0, max = 100)))
rescallingMethod <- "max"
rescaling_summarise(data= data, rescallingMethod = rescallingMethod)

WeiquanLuo/stNet documentation built on Nov. 24, 2019, 5:11 p.m.