Description Usage Arguments Value
Calculate the subset of trip sequences which are ordinary.
1 | ordinary_sequences(sequences, G, min_rate, min_utility, .keep_cols = FALSE)
|
sequences |
a tibble of sequences (with columns 's', 'l', 'rate', 'utility') |
G |
igraph object representing the ANPR flow network |
min_rate |
minimum accepted daily observation rate: sequences observed at a daily rate below this threshold are rejected. |
min_utility |
minimum accepted route utility |
.keep_cols |
whether to keep cols other than 's' and 'l' |
filtered tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.