|
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{GetAttackTypePie}
\alias{GetAttackTypePie}
\title{Return pie graph to show % of each attack type}
\usage{
GetAttackTypePie(Attacks, label.vjust = 0, label.hjust = 0)
}
\arguments{
\item{Attacks}{data.frame with procesed source data}
\item{label.vjust}{Vector of vertical just to each portion label}
\item{label.hjust}{Vector of horizontal just to each portion label}
}
\value{
list(graph, AttackTypeShowedList)
}
\description{
Return pie graph to show % of each attack type
}
|