%%%%%%%%%%%%%%%%%%%%%%% file template.tex %%%%%%%%%%%%%%%%%%%%%%%%%
%
% This is a general template file for the LaTeX package SVJour3
% for Springer journals.          Springer Heidelberg 2006/03/15
%
% Copy it to a new file with a new name and use it as the basis
% for your article. Delete % signs as needed.
%
% This template includes a few options for different layouts and
% content for various journals. Please consult a previous issue of
% your journal as needed.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% First comes an example EPS file -- just ignore it and
% proceed on the \documentclass line
% your LaTeX will extract the file if required
\begin{filecontents*}{example.eps}
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 19 19 221 221
%%CreationDate: Mon Sep 29 1997
%%Creator: programmed by hand (JK)
%%EndComments
gsave
newpath
  20 20 moveto
  20 220 lineto
  220 220 lineto
  220 20 lineto
closepath
2 setlinewidth
gsave
  .4 setgray fill
grestore
stroke
grestore
\end{filecontents*}
%
\documentclass{svjour3}                     % onecolumn (standard format)
%\documentclass[smallextended]{svjour3}     % onecolumn (second format)
%\documentclass[twocolumn]{svjour3}         % twocolumn
%
\smartqed  % flush right qed marks, e.g. at end of proof
%
\usepackage{graphicx,harvard,Rd,Sweave}
\usepackage[brazil,brazilian]{babel}
\usepackage[latin1]{inputenc}

\newcommand{\bD}{\mbox{\protect \boldmath $D$}}
\newcommand{\by}{\mbox{\protect \boldmath $y$}}
\newcommand{\bA}{\mbox{\protect \boldmath $A$}}
\newcommand{\bG}{\mbox{\protect \boldmath $G$}}
\newcommand{\bV}{\mbox{\protect \boldmath $V$}}
\newcommand{\bE}{\mbox{\protect \boldmath $E$}}

%
% \usepackage{mathptmx}      % use Times fonts if available on your TeX system
%
% insert here the call for the packages your document requires
%\usepackage{latexsym}
% etc.
%
% please place your own definitions here and don't use \def but
% \newcommand{}{}
%
% Insert the name of "your journal" with
% \journalname{myjournal}
%
\begin{document}

\title{A software to Spatial ``K''luster Analysis Through Edge Removal
\thanks{Agradecimentos: Grants or other notes
about the article that should go on the front page should be
placed here. General acknowledgments should be placed at the end of the article.}
}
\subtitle{Spatial and non-spatial application}

%\titlerunning{Short form of title}        % if too long for running head

\author{Elias T. Krainski         \and
        Renato M. Assun\c{c}\~ao  \and 
	Paulo J. Ribeiro Jr. %etc.
}

%\authorrunning{Short form of author list} % if too long for running head

\institute{Elias T. Krainski \at
           Universidade Federal de Minas Gerais - UFMG,
Laboratório de Estatística Espacial - LESTE, Av. Pres. Antônio Carlos, 6627
Belo Horizonte - MG / Brasil
CEP: 31270-901 \\
              Tel.: +55-31-3409-5917\\
              Fax: +55-31-3409-5924\\
              \email{eliaskrainski@yahoo.com.br}           %  \\
             \emph{Present address:} of F. Author  %  if needed
           \and
           Renato M. Assunção \at
           Universidade Federal de Minas Gerais - UFMG,
Departamento de Estatística, 
Av. Pres. Antônio Carlos, 6627
Belo Horizonte - MG / Brasil
CEP: 31270-901 \\
              Tel.: +55-31-3409-5917\\
              Fax: +55-31-3409-5924\\
           \and
           Paulo J. Ribeiro Jr. \at
           Universidade Federal do Paraná - UFPR,
Departamento de Estatística, 
Setor de Ciências Exatas, 
Universidade Federal do Paraná,
Curitiba, PR - Brasil
81.531 - 990 \\
              Tel.: +55-41-3361-3573\\
              Fax: +55-41-3361-3141
}

\date{Received: date / Accepted: date}
% The correct dates will be entered by the editor


\maketitle

\begin{abstract}
Neste artigo nós apresentamos a implementação em R 
da Spatial ``K''luster Analisys Through Edge Removal ...
\keywords{Regionalization \and Cluster Analysis \and Minimum Spanning Tree}
% \PACS{PACS code1 \and PACS code2 \and more}
% \subclass{MSC code1 \and MSC code2 \and more}
\end{abstract}

\input{tex/introduction.tex} 

\input{tex/skateralg-en.tex} 
\input{tex/applic1.tex} 

\input{tex/modelbased.tex} 
\input{tex/poissonexemplo.tex} 

\section{Aplicação a dados que não são de área}

Nesta seção nós fazemos aplicação a dados 
de processos pontuais, dados de séries temporais 
e dados independentes de referência espacia 
e temporal. 

\input{tex/ppexemplo.tex} 

\input{tex/timeskater.tex}

\input{tex/independent.tex}

%\begin{acknowledgements}
%If you'd like to thank anyone, place your comments here
%and remove the percent signs.
%\end{acknowledgements}

% BibTeX users please use one of
\bibliographystyle{dcu}
%\bibliographystyle{./spbasic}      % basic style, author-year citations
%\bibliographystyle{spmpsci}      % mathematics and physical sciences
%\bibliographystyle{spphys}       % APS-like style for physics
%\bibliography{}   % name your BibTeX data base

\bibliography{./bibskater.bib}

% Non-BibTeX users please use
%\begin{thebibliography}{}
%
% and use \bibitem to create references. Consult the Instructions
% for authors for reference list style.
%
%\bibitem{RefJ}
% Format for Journal Reference
%Author, Article title, Journal, Volume, page numbers (year)
% Format for books
%\bibitem{RefB}
%Author, Book title, page numbers. Publisher, place (year)
% etc
%\end{thebibliography}

\end{document}
% end of file template.tex

