Blame view

ISO27001effectiveness/man/GetContinentAttacksEvolution.Rd 563 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{GetContinentAttacksEvolution}
\alias{GetContinentAttacksEvolution}
\title{Return graph to show the evolution of a attack types list}
\usage{
GetContinentAttacksEvolution(Attacks, ContinentList)
}
\arguments{
\item{Attacks}{data.frame with procesed source data}

\item{ContinentList}{List with continents to show}
}
\value{
list(graph, data.frame with ContinentList attacks data by year)
}
\description{
Return graph to show the evolution of a attack types list
}