R/convert-factor.R
convert_factor.RdThis function is used to match the labels of the plots!
convert_factor(data_fgs, col)
| data_fgs | Dataframe with information about functionalGroups. Usually loaded with load_fgs(). |
|---|---|
| col | Column of the dataframe which is converted to a factor. |
Column of a dataframe in factor format.
Other convert functions:
convert_bgm(),
convert_time()