This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
v1.5.0
New functions
select_rows_na()
andselect_cols_na()
to select rows or columns with withNA
values.mgidi()
to compute the multi-trait genotype-ideotype distance index.plot_bars()
to create bar plots quickly. Thanks to @MariaDiel for her suggestion.
Minor changes
- Deprecated functions
hm_mean()
andgm_mean()
removed in favour ofhmean()
andgmean()
, respectively. - Deprecated argument
rep
retired inFox()
,ge_effects()
,Huehn()
,resp_surf()
,superiority()
, andThennarasu()
- Deprecated argument
verbose
retired inanova_ind()
- Deprecated argument
region
retired inresp_surf()
- Remove dependency on dendextend by using ggplot2-based graphics in
plot.wsmp()
. - Update package site with pkgdown v1.5.0.
- Update documentation in
ge_plot()
- Allow using
fai_blup()
withgamem()
- Improve checking process with
inspect()
- Improve feedback for results, indicating random and fixed effects. Thanks to @NelsonJunior for his suggestion.
plot()
call on objects of classgamem
,waasb
andwaas
now returns the variable names automatically. Thanks to @MdFarhad for suggesting me this change.plot.gamem()
andplot.waasb()
have a new argument (type = "vcomp"
) to produce a plot showing the contribution of the variance components to the phenotypic variancecv_ammi()
,cv_ammif()
, andcv_blup()
now check for missing values and unbalanced data before computing the cross-validation. (#3)
Bug fixes
- Fix problems from a recent upgrade of package
tibble
to version 3.0.0. get_model_data()
now fills rows that don't matches across columns withNA
. Thanks to @MdFarhad for his report.get_model_data()
called now report mean squares, F-calculated and P-values for blocks within replicates inanova_ind()
.