% 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 }