Description Usage Arguments Value Examples
cumsum(累積和)したときに占める割合を求める
1 | get_rate_with_cusum(x, arrange = TRUE)
|
x |
numeric 累積和するnumeric型のベクトル |
arrange |
boolean TRUEなら昇順にしてから求める.FALSEならそのまま |
numeric 全体の何割を占めているかのベクトル
1 | get_rate_with_cusum(c(30, 10, 20))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.