GetAttacksEvolution.Rd 1010 Bytes
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ReportGraphs.R
\name{GetAttacksEvolution}
\alias{GetAttacksEvolution}
\title{Return graph representing the general attacks evolution by year}
\usage{
GetAttacksEvolution(Attacks, point.vjust = 0, point.hjust = 0,
  iso2013.y = 0, iso2013.label.hjust = 0, smooth.x = 0, smooth.y = 0,
  smooth.label.hjust = 0)
}
\arguments{
\item{Attacks}{data.frame with procesed source data}

\item{point.vjust}{Vector of vertical just to each point label}

\item{point.hjust}{Vector of Horizontal just to each point label}

\item{iso2013.y}{Vertical position to ISO27001:2013 label}

\item{iso2013.label.hjust}{Horizontal just to ISO27001:2013 label}

\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 representing the general attacks evolution by year
}