GetContinentAttacksSigleEvolution.Rd
807 Bytes
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ReportGraphs.R
\name{GetContinentAttacksSigleEvolution}
\alias{GetContinentAttacksSigleEvolution}
\title{Return graph to show the evolution of attacks in a single continent and his smooth}
\usage{
GetContinentAttacksSigleEvolution(Attacks, Continent, smooth.x = 0,
smooth.y = 0, smooth.label.hjust = 0)
}
\arguments{
\item{Attacks}{data.frame with procesed source data}
\item{Continent}{Continent 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 attacks in a single continent and his smooth
}