tetraclasse (version 0.1.21)

gen_llosa: gen_llosa

Description

plot the Llosa matrix

Usage

gen_llosa(dataset, borne = FALSE, annotate = TRUE,
  annotatetext = c("Secondaire", " Plus", "Basique", "Clef"))

Arguments

dataset

the dataset to use

borne

booleen do you want xlim and ylim

annotate

booleen do you want annotation

annotatetext

annotation text

Examples

Run this code
# NOT RUN {

library(tetraclasse)
gen_avis(100) %>%
  prepare_base() %>%
  gen_llosa()


# }

Run the code above in your browser using DataCamp Workspace