convert_hexjson: Convert tabular data to hexjson

Description Usage Arguments Value

View source: R/hexjson.R

Description

Converts a dataframe of codes, names, hexjson coordinates, and other data to a hexjson string. The values in the first column are used as the key for each hex in the hexjson and therefore must be unique. The values in columns q and r are the hexjson coordinates for columns and rows respectively. The values in any other columns are stored as properties of each hex.

Usage

1

Arguments

data

A dataframe of labels and data to store in each hex.

layout

The coordinate layout of the hexsjon. Must be one of: odd-r, even-r, odd-q, even-q.

Value

A hexjson string


houseofcommonslibrary/clhex documentation built on April 28, 2021, 3:12 a.m.