get_bounds | R Documentation |
Get bounds of specified limits criteria for different ranks.
get_bounds(ls.st, band.lwr, band.upr)
ls.st |
character vector. students ranks names c("pass", "mid","good", "elite") |
band.lwr |
integer vector. the length must be same as |
band.upr |
integer vector. the length must be same as |
tibble
st_rank <- c("pass", "mid","good", "elite","mid","pass")
lwr_base <- c(75,80,90,96)
upr_base <- c(79,89,95,98)
tbl_bounds <- get_bounds(ls.st = st_rank,
band.lwr = lwr_base,
band.upr = upr_base)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.