|
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
28
29
30
31
32
33
34
|
% 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
}
|