% Generated by roxygen2: do not edit by hand % Please edit documentation in R/ReportGraphs.R \name{GetCountriesCol} \alias{GetCountriesCol} \title{Return graph to show the attacks by country} \usage{ GetCountriesCol(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 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, CountryListToStudy) } \description{ Return graph to show the attacks by country }