% Generated by roxygen2: do not edit by hand % Please edit documentation in R/ReportGraphs.R \name{GetAttackTypeSigleEvolution} \alias{GetAttackTypeSigleEvolution} \title{Return graph to show the evolution of a single attack type and his smooth} \usage{ GetAttackTypeSigleEvolution(Attacks, AttackType, smooth.x = 0, smooth.y = 0, smooth.label.hjust = 0) } \arguments{ \item{Attacks}{data.frame with procesed source data} \item{AttackType}{Attack type to represent} \item{smooth.x}{Horizontal position to smooth slope label} \item{smooth.y}{Vertical position to smooth slope label} \item{smooth.label.hjust}{Horizontal just to smooth slope label} } \value{ list(graph, slope) } \description{ Return graph to show the evolution of a single attack type and his smooth }