|
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{GetCountriesCol}
\alias{GetCountriesCol}
\title{Return graph to show the attacks by country}
\usage{
GetCountriesCol(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 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, CountryListToStudy)
}
\description{
Return graph to show the attacks by country
}
|