Skip to content
Snippets Groups Projects
Commit b8022ee0 authored by Eduardo E. R. Junior's avatar Eduardo E. R. Junior
Browse files

Inclusão de séries temporais reais - Série A3

parent 18fa29a8
Branches
No related tags found
No related merge requests found
#' @name Fortaleza
#' @name MorettinA3
#' @title Precipitação Atmosférica em Fortaleza, Ceará
#' @description Dados sobre precipitação atmosférica em Fortaleza, no
#' Ceará. A série é referente ao período de 1849 a 1997.
#' @format Uma série temporal (classe \code{ts}), com 149 observações
#' anuais de 1849 a 1997.
#' @keywords TS
#' @source Morettin, P. A., Toloi, C. M. C. (2006). Análise de Séries
#' Temporais (2nd ed.). São Paulo, SP: Editora Egard Blucher. (Série
#' A3 - Chuva, mencionada em diversas páginas)
#' @source MORETTIN, TOLOI (2006), Série A3 - Chuva, descrita no
#' Capítulo 1 pág. 16 e mencionada em diversas páginas.
#' @examples
#'
#' data(Fortaleza)
#' str(Fortaleza)
#' Fortaleza
#' data(MorettinA3)
#' str(MorettinA3)
#' MorettinA3
#'
#' # Resumos da série
#' summary(Fortaleza)
#' summary(MorettinA3)
#'
#' # Visualização da série
#' library(lattice)
#' xyplot(Fortaleza, type = c("o", "g"), pch = 20, col = "orange")
#' xyplot(MorettinA3, type = c("o", "g"), pch = 20, col = "orange")
#'
NULL
File moved
File deleted
File added
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/Fortaleza.R
\name{Fortaleza}
\alias{Fortaleza}
% Please edit documentation in R/MorettinA3.R
\name{MorettinA3}
\alias{MorettinA3}
\title{Precipitação Atmosférica em Fortaleza, Ceará}
\format{Uma série temporal (classe \code{ts}), com 149 observações
anuais de 1849 a 1997.}
\source{
Morettin, P. A., Toloi, C. M. C. (2006). Análise de Séries
Temporais (2nd ed.). São Paulo, SP: Editora Egard Blucher. (Série
A3 - Chuva, mencionada em diversas páginas)
MORETTIN, TOLOI (2006), Série A3 - Chuva, descrita no
Capítulo 1 pág. 16 e mencionada em diversas páginas.
}
\description{
Dados sobre precipitação atmosférica em Fortaleza, no
......@@ -16,17 +15,16 @@ Dados sobre precipitação atmosférica em Fortaleza, no
}
\examples{
data(Fortaleza)
str(Fortaleza)
Fortaleza
data(MorettinA3)
str(MorettinA3)
MorettinA3
# Resumos da série
summary(Fortaleza)
summary(MorettinA3)
# Visualização da série
library(lattice)
xyplot(Fortaleza, type = c("o", "g"), pch = 20, col = "orange")
xyplot(MorettinA3, type = c("o", "g"), pch = 20, col = "orange")
}
\keyword{TS}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment