datacancer | R Documentation |
Longitude, latitude, number of thyroid cancers. The data concern two French departments (Loire-Atlantique and Vendee) between 1998 and 2012. For confidentiality reasons, the data are simulated.
data("datacancer")
List of two objects with 359 observations on the following 3 variables.
$coord (data.frame):
longitude
a numeric vector: geographical coordinate
latitude
a numeric vector: geographical coordinate
$var (vector):
var
a numeric vector: number of thyroid cancers (simulated)
M. Karakachoff (IR CHU - l'institut du Thorax INSERM UMR 1087 - CNRS UMR 6291) Nantes, France
F. Molinie (resp. Loire-Atlantique-Vendee cancer registry -
registre-des-cancers
) France
library(SPARTAAS)
data(datacancer)
str(datacancer)
head(datacancer$coord)
str(datacancer$var)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.