% Generated by roxygen2: do not edit by hand % Please edit documentation in R/ReportGraphs.R \name{GetAttackTypeEvolution} \alias{GetAttackTypeEvolution} \title{Return graph to show the evolution of a attack types list} \usage{ GetAttackTypeEvolution(Attacks, TypeList) } \arguments{ \item{Attacks}{data.frame with procesed source data} \item{TypeList}{List with attack types to show} } \value{ list(graph, data.frame with TypeList attacks data by year) } \description{ Return graph to show the evolution of a attack types list }