geoairline_addcity: geoairline_addcity

Description Usage Arguments Value Examples

View source: R/geoairline_addcity.R

Description

This function adds another city to an object of class geoairline

Usage

1

Arguments

geoairline

object of class geoairline where to add the new city to

city

city name in english of the new city

country

country name in english of the new city

Value

geoairline

Examples

1
2
b2t <- geoairline("Berlin", "Germany", "Tokyo", "Japan")
b2t2r <- geoairline_addcity(b2t, "Rio de Janeiro", "Brazil")

lorenzomorning/plotsphere documentation built on Dec. 21, 2021, 11:48 a.m.