Blame view

ISO27001effectiveness/man/GetContinentPie.Rd 988 Bytes
Miguel Tuñón authored
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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ReportGraphs.R
\name{GetContinentPie}
\alias{GetContinentPie}
\title{Return pie graph to show % of attacks and certifications for each continent}
\usage{
GetContinentPie(Attacks, Attacks.label.vjust = 0, Attacks.label.hjust = 0,
  Cert_PerCountry, Certs.label.vjust = 0, Certs.label.hjust = 0)
}
\arguments{
\item{Attacks}{data.frame with procesed source data of attacks}

\item{Attacks.label.vjust}{Vector of vertical just to each portion label}

\item{Attacks.label.hjust}{Vector of horizontal just to each portion label}

\item{Cert_PerCountry}{data.frame with procesed source data of certifications}

\item{Certs.label.vjust}{Vector of vertical just to each portion label}

\item{Certs.label.hjust}{Vector of horizontal just to each portion label}
}
\value{
list(AttacksGraph, CertsGraph, ContinentListToStudy)
}
\description{
Return pie graph to show % of attacks and certifications for each continent
}