View source: R/scatteplot_origin.R
plot_origin | R Documentation |
Scatter Plot for Original Data
plot_origin(coord)
coord |
A data frame containing the original coordinates with columns named "lon" and "lat". |
This function creates a scatter plot for the original data.
# Example usage:
# coordenadas <- data.frame(
# lon = c(0.2288, 3.6682, 5.2056, 5.2007, 6.6556, 9.4929),
# lat = c(0.1211, 2.8985, 4.8331, 4.7690, 6.6016, 9.6699)
# )
# plot_origin(coordenadas)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.