View source: R/library--data_prep--calculated_tools--factor_vec_by_number_points.R
factorVecByVec | R Documentation |
Get ordering for ploting based on factoring vector
factorVecByVec(FactorDF, OrderDF, FacVar, NumVar)
FactorDF |
DF containing FacVar |
OrderDF |
DF containing NumVar |
FacVar |
Column given ordering |
NumVar |
Column used to find ordering |
FactorDF with FacVar being a factor ordered by NumVar
data(Example_data, package = "Covid19Wastewater")
head(factorVecByVec(Example_data, Example_data, "site", "N1"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.