You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There needs to be a sensible error for the use of unfiltered data and a filtered msn when using plot_poppr_msn()
Currently, it gives unhelpful warnings:
library("poppr")
#> Loading required package: adegenet#> Loading required package: ade4#> #> /// adegenet 2.1.0 is loaded ////////////#> #> > overview: '?adegenet'#> > tutorials/doc/questions: 'adegenetWeb()' #> > bug reports/feature requests: adegenetIssues()#> This is poppr version 2.4.1.99.2. To get started, type package?poppr#> OMP parallel support: available#> #> This version of poppr is under development.#> If you find any bugs, please report them at https://github.com/grunwaldlab/poppr/issues
data("partial_clone")
pcd<- diss.dist(partial_clone)
pcmsn<- poppr.msn(partial_clone, threshold=5, distmat=pcd, showplot=FALSE)
plot_poppr_msn(partial_clone, pcmsn)
#> Warning in vertex.size + 6 * 8 * log10(nchar(labels) + 1): longer object#> length is not a multiple of shorter object length#> Warning in layout[, 1] + label.dist * cos(-label.degree) * (vertex.size + :#> longer object length is not a multiple of shorter object length#> Warning in vertex.size + 6 * 8 * log10(nchar(labels) + 1): longer object#> length is not a multiple of shorter object length#> Warning in layout[, 2] + label.dist * sin(-label.degree) * (vertex.size + :#> longer object length is not a multiple of shorter object length
There needs to be a sensible error for the use of unfiltered data and a filtered msn when using
plot_poppr_msn()
Currently, it gives unhelpful warnings:
Session info
The text was updated successfully, but these errors were encountered: