plot_origin: Scatter Plot for Original Data

View source: R/scatteplot_origin.R

plot_originR Documentation

Scatter Plot for Original Data

Description

Scatter Plot for Original Data

Usage

plot_origin(coord)

Arguments

coord

A data frame containing the original coordinates with columns named "lon" and "lat".

Value

This function creates a scatter plot for the original data.

Examples

# 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)


leogalhardo/leo_galhardo documentation built on June 13, 2025, 12:40 p.m.