Page 2 of 3

Plant image analysis

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.

https://github.com/TiagoOlivoto/pliman

Most documents go through several versions (always more than you expected) before they are finally finished. Accordingly, you should do whatever possible to make the job of changing them easy.

First, when you do the purely mechanical operations of typing, type so subsequent editing will be easy. Start each sentence on a new line. Make lines short, and break lines at natural places, such as after commas and semicolons, rather than randomly. Since most people change documents by rewriting phrases and adding, deleting and rearranging sentences, these precautions simplify any editing you have to do later. —Brian W. Kernighan (1974)

https://rhodesmill.org/brandon/2012/one-sentence-per-line/

Getting rid of convergence information in asreml

I am coding simulations where I call asreml() and it was taking longer than necessary, because it was sending the convergence information to the screen. The trick to get rid of that is to use the trace = FALSE option as in

asreml(trait_1 ~ 1, random = ~ mum, data = current_trial, trace = FALSE)

Copyright © 2024 Aleph: a Borgesian memex

Theme by Anders NorenUp ↑