Blame view

ISO27001effectiveness/man/GetContinentAttackEvolution.Rd 560 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ReportGraphs.R
\name{GetContinentAttackEvolution}
\alias{GetContinentAttackEvolution}
\title{Return graph representing the evolution of attack types in a country}
\usage{
GetContinentAttackEvolution(Attacks, Country)
}
\arguments{
\item{Attacks}{data.frame with procesed source data}

\item{Country}{Country to represent}
}
\value{
list(Graph, data to represent attacktypes of the country 1b1)
}
\description{
Return graph representing the evolution of attack types in a country
}