R Dataset / Package DAAG / aulatlong

On this R-data statistics page, you will find information about the aulatlong data set which pertains to Latitudes and longitudes for ten Australian cities. The aulatlong data set is found in the DAAG R package. You can load the aulatlong data set in R by issuing the following command at the console data("aulatlong"). This will load the data into a variable called aulatlong. If R says the aulatlong data set is not found, you can try installing the package by issuing this command install.packages("DAAG") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the aulatlong R data set. The size of this file is about 235 bytes.

Latitudes and longitudes for ten Australian cities

Description

Latitudes and longitudes for Adelaide, Alice, Brisbane, Broome, Cairns, Canberra, Darwin, Melbourne, Perth and Sydney; i.e., for the cities to which the road distances in audists relate.

Usage

aulatlong

Format

A data frame with 10 observations on the following 2 variables.

latitude

Latitude, as a decimal number

longitude

Latitude, as a decimal number

Source

Map of Australia showing latitude and longitude information.

Examples

data(aulatlong)
## maybe str(aulatlong) ; plot(aulatlong) ...

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-daag-aulatlong.html" width="100%" height="100%" style="border:0px"></iframe>