% Generated by roxygen2: do not edit by hand % Please edit documentation in R/ReportGraphs.R \name{GetContinentCertsSingleEvolution} \alias{GetContinentCertsSingleEvolution} \title{Return graph to show the evolution of certifications in a single continent and his smooth} \usage{ GetContinentCertsSingleEvolution(Certs_byContinent, Continent, smooth.x = 0, smooth.y = 0, smooth.label.hjust = 0) } \arguments{ \item{Certs_byContinent}{data.frame with procesed source data} \item{Continent}{Continent to represent} \item{smooth.x}{Horizontal position to smooth slope label} \item{smooth.y}{Vertical position to smooth slope label} \item{smooth.label.hjust}{Horizontal just to smooth slope label} } \value{ list(graph, slope) } \description{ Return graph to show the evolution of certifications in a single continent and his smooth }