Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Andrew

Hurricane Andrew: googleVis example data set


Description

Hurricane Andrew storm path from 16 August to 28 August 1992

Usage

data(Andrew)

Format

A data frame with 47 observations on the following 8 variables.

Date/Time UTC

a POSIXct

Lat

a numeric vector

Long

a numeric vector

Pressure_mb

a numeric vector

Speed_kt

a numeric vector

Category

a factor with levels Hurricane Tropical Depression Tropical Storm

LatLong

a character vector

Tip

a character vector

Source

National Hurricane Center: https://www.nhc.noaa.gov/1992andrew.html

Examples

data(Andrew)

AndrewGeoMap <- gvisGeoMap(Andrew, locationvar='LatLong', numvar='Speed_kt',
                          hovervar='Category',
                          options=list(width=800,height=400,
                          region='US', dataMode='Markers'))

AndrewMap <- gvisMap(Andrew, 'LatLong' , 'Tip',
                           options=list(showTip=TRUE, showLine=TRUE,
                           enableScrollWheel=TRUE,
                           mapType='hybrid', useMapTypeControl=TRUE,
			   width=800,height=400))

AndrewTable <- gvisTable(Andrew,options=list(width=800))

## Combine the outputs into one page:

AndrewVis <- gvisMerge(AndrewGeoMap, AndrewMap)

plot(AndrewVis)

googleVis

R Interface to Google Charts

v0.6.10
GPL (>= 2)
Authors
Markus Gesmann [aut, cre], Diego de Castillo [aut], Joe Cheng [ctb], Ashley Baldry [ctb], Durey Ingeniería [ctb]
Initial release
2021-02-19

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.