heatmapTrend: Heatmap for Basic Trend Visualization

Description Usage Arguments Value Examples

Description

This function allows you to visualize an input point data file (as a CSV) on top of a basemap, in the form of a basic heatmap

Usage

1
heatmapTrend(dataset, location)

Arguments

dataset

Path to CSV file used as input

location

Location, in quotations, of the geographical area in question

Value

A heatmap showing the trend in point data distribution

Examples

1
heatmapTrend(dataset = "../data/food.csv", field = STORE_NAME)

martabc/pointvis documentation built on May 24, 2019, 5:07 a.m.