vector_proportion | R Documentation |
This is _almost_ a vector version of make_frequency_df, except it takes only the last t values of the vector for the sum. Why? I am not certain.
vector_proportion(t, output_vector = NULL)
t |
Number of elements on the bottom of the sorted vector from which to calculate the sum which is used as the denominator of the frequencies. |
output_vector |
The input of reads/tag from which to calculate this peculiar variant of frequencies. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.