model.density: Static Model generator for Density

Description Usage Arguments Value

View source: R/modelDensity.R

Description

Density is not meant to be a representation of physical stress, instead it is for mental stress.

In other words, the density of objects within a certain time frame to be processed.

Usage

1
2
3
model.density(chart, window = 1000, mini.ln.len.min = 100,
  mini.ln.len.max = 400, mini.ln.weight.min = 0.2,
  mini.ln.weight.max = 0.7, weight.note = 1)

Arguments

chart

The chart generated from chartParse

window

The window to check for objects

mini.ln.len.min

Defines the minimum length of a Mini Long Note

mini.ln.len.max

Defines the maximum length of a Mini Long Note

mini.ln.weight.min

Defines the minimum weight of a Mini Long Note

Note that the weight counts separately for the head and tail. So 0.5 will treat a Long Note as 1 weight

mini.ln.weight.max

Defines the maximum weight of a Mini Long Note

Note that the weight counts separately for the head and tail. So 0.5 will treat a Long Note as 1 weight

weight.note

Defines the weight of a note

Value

Returns a data.frame compatible with model.sim


Eve-ning/vsrgtools documentation built on Oct. 30, 2019, 5:40 p.m.