|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
% 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
}
|