sweepstack: sweepstack runs stacks iteratively over a range of different...

View source: R/sweepstack.R

sweepstackR Documentation

sweepstack runs stacks iteratively over a range of different starting shows.

Description

it returns a dataframe with two columns, "gid" and "shows". gid is the gig id of the starting show used for the test. shows is the number of shows included in the resulting stack.

Usage

sweepstack(number_stacks = NULL, exclude_poor_sound_quality = FALSE)

Arguments

number_stacks

this is the number of starting shows to test. if not specified all the possible starting shows will be tested.

exclude_poor_sound_quality

set this to TRUE to exclude shows with sound quality rated as 'Poor'.

Details

sweepstack

Examples

results <- sweepstack(number_stacks = 10, exclude_poor_sound_quality = TRUE)
stack1 <- results[[1]]
stack2 <- results[[2]]


alexmitrani/Repeatr documentation built on Feb. 3, 2025, 1:36 p.m.