gen_llosa {tetraclasse} | R Documentation |
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
library(tetraclasse)
gen_avis(100) %>%
prepare_base() %>%
gen_llosa()
[Package tetraclasse version 0.1.21 Index]