Map
A geographic map which can be either supplied location names or longitude/latitude values.
Options
- data |
object (required): object of value arrays for each variable. Default:none. - scope |
string: scope of map to be displayed. Default:'world'. - locations |
string: name of variable indataholding location names. Default:none. - locationmode |
string: eitherISO-3,USA-states, orcountry namesdenoting how values inlocationsare encoded. Default:'country names'. - longitude |
string: name of variable indataholding longitude values. Default:none. - latitude |
string: name of variable indataholding latitude values. Default:none. - showLand |
boolean: whether to show geographic features on map. Default:false. - aggregation |
string: string indicating how to aggregate values for each location (eithersum,avg,min,max,mode,median,count,first, orlast). Default:'sum'.