Learn R Programming

cycleRtools (version 1.0.0)

NP: Normalised power.

Description

Calculate a Normalised Power value. Normalised Power is a registered trademark of Peaksware Inc.

Usage

NP(data, delta = NULL, verbose = TRUE)

Arguments

data
a formatted dataset produced by read*().
delta
optional; the sampling frequency of data (in seconds per sample).
verbose
should messages be printed to the console?

Value

  • a Normalised Power value.

Examples

Run this code
data(cycling_data)
NP(cycling_data)

Run the code above in your browser using DataLab