process_free_wilson: Process data table using the Free-Wilson approach

Description Usage Arguments Value Examples

View source: R/cinf-free-wilson.R

Description

Processes data table using the Free-Wilson approach.

Usage

1
process_free_wilson(t, activity_column)

Arguments

t

data frame with table containing data for Free-Wilson analysis

activity_column

whether the data frame contains the activity data in its last column. Default: TRUE

Value

Data frame with descriptors and properties

Examples

1
2
3
4
5
## Not run: 
  t <- read.table("free-wilson-boehm.txt", header=TRUE)
  df <- process_free_wilson(t)

## End(Not run)

cinf documentation built on May 2, 2019, 5 p.m.