Learn R Programming

linea (version 0.1.1)

default_trans_df: default_trans_df

Description

The default trans_df

Usage

default_trans_df(ts = TRUE)

Value

data.frmae of trans_df

Arguments

ts

boolean to specify if time-series or not

Details

Generate the default trans_df data.frame with functions from linea:

  • decay

  • hill_function

  • ma

  • lag

Examples

Run this code
default_trans_df()
default_trans_df(ts = TRUE)

Run the code above in your browser using DataLab