osm.getFrequency: osm.getFrequency

View source: R/osm.r

osm.getFrequencyR Documentation

osm.getFrequency

Description

Get Frequency Table

Usage

osm.getFrequency(indf, inword = "shop", removeNA = T)

Arguments

indf

The vec

inword

Boole

removeNA

Ad

Value

A nice histogram of a single variable with an additional Cumulative Density curve.

Author(s)

Dimitris Kavroudakis dimitris123@gmail.com

See Also

Other osm: osm.ClipSFnetwork_with_poly(), osm.CreateEmptyRaster(), osm.bb_2_pol(), osm.combineAmenities(), osm.combineShops(), osm.getLength_footway(), osm.getPOI_usingbb(), osm.getPOI(), osm.getRoads(), osm.osmdata_result_2_bbox_pol()

Examples

library(goal)
sh = osm.getPOI(inPerioxi = "Mytilene Municipal Unit", inkey = "shop")
shops = osm.combineShops(sh)
freq2 = osm.getFrequency(shops, inword = "shop", removeNA = F)
freq2

dimitrisk/goal documentation built on April 30, 2024, 7:21 p.m.