% Generated by roxygen2: do not edit by hand % Please edit documentation in R/ReportGraphs.R \name{GetCountriesCertsSingleEvolution} \alias{GetCountriesCertsSingleEvolution} \title{Return graph to show the evolution of certifications in a single continent and his smooth} \usage{ GetCountriesCertsSingleEvolution(Cert_PerCountry, Country, smooth.x = 0, smooth.y = 0, smooth.label.hjust = 0) } \arguments{ \item{Country}{Country 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} \item{Attacks}{data.frame with procesed source data} } \value{ list(graph, slope) } \description{ Return graph to show the evolution of certifications in a single continent and his smooth }