Displaying 4 results from an estimated 4 matches for "gvisgeomap".
2012 Jun 14
3
mapa provincial de España con googleVis
Se ha borrado un adjunto en formato HTML...
URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20120614/518ed68f/attachment.html>
2011 Jun 07
1
error with geomap in googleVis
Hi All,
I am unable to get the plot geomap in googleVis package. data is as follows
> head(index.ret)
country ytd
1 Argentina -10.18
2 Australia -3.42
3 Austria -2.70
4 Belgium 1.94
5 Brazil -7.16
6 Canada 0.56
> map1 = gvisGeoMap(index.ret,locationvar = 'country', numvar = 'ytd')
> plot(map1)
But it just displays a blank page, showing an error symbol at the right
bottom corner. I tried demo(googleVis), it also had a similar problem. The
demo showed all other plots/maps except for those geomaps. Could an...
2010 Dec 14
0
googleVis 0.2.2 - Using the Google Visualisation API with R
...'gvis' with generic print and plot
functions.
o 'gvis' objects are list of lists, which allow the user to extract
the various parts of the visualisation output, e.g. the chart object.
NEW FEATURES
o New functions:
- gvisMotionChart to generate motion charts
- gvisGeoMap to generate geographical maps
- gvisMap to generate maps
- gvisTreeMap to generate tree maps
- gvisTable to generate table output
- print.gvis: generic function to print 'gvis' objects
- plot.gvis: generic function to display 'gvis' objects in a browser via the R...
2010 Dec 14
0
googleVis 0.2.2 - Using the Google Visualisation API with R
...'gvis' with generic print and plot
functions.
o 'gvis' objects are list of lists, which allow the user to extract
the various parts of the visualisation output, e.g. the chart object.
NEW FEATURES
o New functions:
- gvisMotionChart to generate motion charts
- gvisGeoMap to generate geographical maps
- gvisMap to generate maps
- gvisTreeMap to generate tree maps
- gvisTable to generate table output
- print.gvis: generic function to print 'gvis' objects
- plot.gvis: generic function to display 'gvis' objects in a browser via the R...