Skip to content
Snippets Groups Projects

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

  1. Instron © raw data processing: eggbiomechanic::Instron_eggshell or eggbiomechanic::Instron_vitmb.

  2. plot individual Instron © traces: eggbiomechanic::plots.

eggshell

vitellines membranes

  1. Compute eggshell mechanical properties: eggbiomechanic::biomechanic_eggshell.

  2. Extract results tables: eggbiomechanic::get_table.

  3. Display table in interactive: eggbiomechanic::display_table.

  1. Fitting Linear Models or Linear Mixed-Effects Models: eggbiomechanic::var_test.