indonesia_latlong_df | R Documentation |
This dataset, indonesia_latlong_df, is a data frame containing the geographical coordinates of several regions in Indonesia, specifically Semarang, Surakarta, Tegal, and Purwokerto. It includes the city names and their respective latitude and longitude values.
data(indonesia_latlong_df)
A data frame with 4 observations and 3 variables:
Name of the region in Indonesia (character)
Latitude coordinate of the region (numeric)
Longitude coordinate of the region (numeric)
The dataset name has been kept as 'indonesia_latlong_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the IndonesiAPIs package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.
Data taken from the gstar package version 0.1.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.