Newer
Older
<img src="./inst/extdata/univ.png" align="right"/>
<img src="./inst/extdata/boa.png" align="right"/>
<img src="./inst/extdata/inra.png" align="right"/>
Analysis of egg mechanical properties (eggshell, vitellines membranes).
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.4.tar.gz", repos = NULL, type = "source")
1. Instron © raw data processing: `eggbiomechanic::Instron_eggshell` or `eggbiomechanic::Instron_vitmb`.
2. plot individual Instron © traces: `eggbiomechanic::plots`.


3. Compute eggshell mechanical properties: `eggbiomechanic::biomechanic_eggshell`.
4. Extract results tables: `eggbiomechanic::get_table`.
5. Display table in interactive: `eggbiomechanic::display_table`.
6. Fitting Linear Models or Linear Mixed-Effects Models: `eggbiomechanic::var_test`.