The pliman (plant image analysis) package is designed to analyze plant images, particularly for leaf and seed analysis. It offers a range of functionalities to assist with various tasks such as measuring disease severity, counting lesions, obtaining lesion shapes, counting objects in an image, extracting object characteristics, performing Fourier Analysis, obtaining RGB values, extracting object coordinates and outlines, isolating objects, and plotting object measurements.
Tag: r
Pedigree pruning
ggroups: an R package for pedigree and genetic groups data https://link.springer.com/article/10.1186/s41065-020-00124-2
Getting rid of bars and outliers in boxplots
Sometimes I am testing graphs and I want to get rid of the lines (coef = 0) and outliers (outlier.shape = NA), particularly if I’m overlapping points.
geom_boxplot(coef = 0, outlier.shape = NA)