% Generated by roxygen2: do not edit by hand % Please edit documentation in R/ReportGraphs.R \name{GetCertsEvolution} \alias{GetCertsEvolution} \title{Return graph representing the general ISO27001 evolution} \usage{ GetCertsEvolution(Cert_PerCountry, point.vjust = 0, point.hjust = 0, iso2013.y = 0, iso2013.label.hjust = 0, smooth.x = 0, smooth.y = 0, smooth.label.hjust = 0) } \arguments{ \item{Cert_PerCountry}{data.frame with procesed source data} \item{point.vjust}{Vector of vertical just to each point label} \item{point.hjust}{Vector of Horizontal just to each point label} \item{iso2013.y}{Vertical position to ISO27001:2013 label} \item{iso2013.label.hjust}{Horizontal just to ISO27001:2013 label} \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 representing the general ISO27001 evolution }