


eggbiomechanic R package
Analysis of egg mechanical properties (eggshell, vitellines membranes).
Installation
## using install_gitlab
remotes::install_gitlab(
"aurelien.brionne/eggbiomechanic",
host = "forgemia.inra.fr",
build_opts = c("--no-resave-data", "--no-manual")
)
## alternative (from local directory)
# clone package (from prompt)
git clone https://forgemia.inra.fr/aurelien.brionne/eggbiomechanic.git
# build package (from R console)
devtools::build("eggbiomechanic")
# install package (from R console)
install.packages("eggbiomechanic_1.2.3.tar.gz", repos = NULL, type = "source")
Quick overview
-
Instron © raw data processing:
eggbiomechanic::Instron_eggshell
oreggbiomechanic::Instron_vitmb
. -
plot individual Instron © traces:
eggbiomechanic::plots
.
eggshell
vitellines membranes
-
Compute eggshell mechanical properties:
eggbiomechanic::biomechanic_eggshell
. -
Extract results tables:
eggbiomechanic::get_table
. -
Display table in interactive:
eggbiomechanic::display_table
.
- Fitting Linear Models or Linear Mixed-Effects Models:
eggbiomechanic::var_test
.