This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
metan 1.12.0
New functions
get_levels_comb()
to get the combination of the levels of a factor.g_simula()
to simulate replicated genotype data.add_row_id()
to add a column as the row id.remove_rownames()
,column_to_rownames()
andrownames_to_column()
to deal
with rownames.
Minor improvements
- New argument
sel.var()
incorr_ci()
to filter correlations with a selected
variable - New arguments
fill
andposition.fill
inplot_ci()
to fill correlations
by levels of a factor variable. - Remove deprecated arguments in
arrange_ggplot()
andgge()
. - New argument
theme
in arrange_ggplot()
to control the theme of the plot. - Include
by
argument ingafem()
. mgid()
now understands models of classgafem_grouped
.- Fix bug in
get_levels()
to get the levels even if the variable is not a factor.