Description Usage Arguments Details Value Author(s) Examples
remapC uses a data frame create a remap object which can be used by plot to see the map by browser
| 1 2 3 4 5 6 7 8 9 10 11 12 13 | 
| data | a data frame including place names and values | 
| maptype | the type of the map. For example,'china', 'world' or other names of province in China. | 
| markLineData | data for mark line | 
| markPointData | data for mark point | 
| color | vector of the color, if the length of color is 1, white will be added to the color. | 
| theme | a list object created by get_theme,control the color of the map. | 
| title | a character string of the title | 
| subtitle | a character string of the subtitle | 
| markLineTheme | theme for mark line | 
| geoData | geoData for markLine and markPoint format is similar as get_geo_position() | 
| mindata | mindata for legend | 
| maxdata | maxdata for legend | 
| markLineTheme | theme for mark point | 
mapdata should be a dataframe which including two columns, the first column is the names of places, second column is value.
An remap object
Chiffon <http://lchiffon.github.io>
| 1 2 3 4 5 6 7 8 9 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.