% Generated by roxygen2: do not edit by hand % Please edit documentation in R/ReportGraphs.R \name{GetContinentPie} \alias{GetContinentPie} \title{Return pie graph to show % of attacks and certifications for each continent} \usage{ GetContinentPie(Attacks, Attacks.label.vjust = 0, Attacks.label.hjust = 0, Cert_PerCountry, Certs.label.vjust = 0, Certs.label.hjust = 0) } \arguments{ \item{Attacks}{data.frame with procesed source data of attacks} \item{Attacks.label.vjust}{Vector of vertical just to each portion label} \item{Attacks.label.hjust}{Vector of horizontal just to each portion label} \item{Cert_PerCountry}{data.frame with procesed source data of certifications} \item{Certs.label.vjust}{Vector of vertical just to each portion label} \item{Certs.label.hjust}{Vector of horizontal just to each portion label} } \value{ list(AttacksGraph, CertsGraph, ContinentListToStudy) } \description{ Return pie graph to show % of attacks and certifications for each continent }