knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.pos = 'H'
)

Overview

aritmek4 package is useful for NISP main domestic analysis

Conventions

order and colors

By conventions, the presentation order and colors the Main domestic are:

profiles

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) 

Tutorial

Main Dosmestic NISP evolution

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


zoometh/arithmetic documentation built on Nov. 19, 2020, 7:21 p.m.