|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ReportGraphs.R
\name{GetContinentAttackCol}
\alias{GetContinentAttackCol}
\title{Return graph representing % of attacks type by continent}
\usage{
GetContinentAttackCol(Attacks, Country, Country2)
}
\arguments{
\item{Attacks}{data.frame with procesed source data}
\item{Country}{Country to represent on the left side}
\item{Country2}{Country to represent on the right side}
}
\value{
Graph
}
\description{
Return graph representing % of attacks type by continent
}
|