knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.pos = 'H' )
aritmek4
package is useful for NISP main domestic analysis
By conventions, the presentation order and colors the Main domestic are:
BOTA: values corresponding to Bos species, colored in blue.
SUDO: values corresponding to Sus species, colored in red..
OC: values corresponding to Ovis and Capri species, colored in green.
Respecting the presentation order BOTA, SUDO, OC allows to considered different reccurent profiles:
```rU-shape profile"} u.shaped.prof <- system.file("imgs", "ushape_profile.png", package = "aritmek4") knitr::include_graphics(u.shaped.prof)
* 'staircase' profile: gradual augmentation of values from BOTA to OC. ```rstaircase profile"} staircase.prof <- system.file("imgs", "staircase_profile.png", package = "aritmek4") knitr::include_graphics(staircase.prof)
load package and sample data
library(aritmek4) nisp.df <- read.table(system.file("extdata", "nispdf.tsv", package = "aritmek4")) knitr::kable(nisp.df)
run NispDiachr2
function
g <- NispDiachr2(nisp.df) g
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.