Quantitative visualization of biological data in Google Earth using R2G2, an R CRAN package

Nils Arrigo1, Loren P Albert, Pascal G Mickelson

  • 1Department of Ecology and Evolutionary Biology, University of Arizona, Tucson, AZ 85721, USA. arrigon@email.arizona.edu

Molecular Ecology Resources
|September 22, 2012
PubMed
Summary

R2G2 is a new R package that visualizes biological data in Google Earth. It offers 3D representations like phylogenies and histograms, enhancing data exploration and communication.

Related Concept Videos

Interpreting R Charts01:22

Interpreting R Charts

R chart, or range chart, is a fundamental tool in statistical process control used to monitor the variability within a process. It complements the X-bar (x̄) chart by focusing on the range of the data, rather than individual values, providing a clear picture of the process dispersion over time.
An R chart plots the range of subsets of measurements collected from a process. Each point on the chart represents the range—defined as the difference between the maximum and minimum values—of a sample...
Introduction to R01:11

Introduction to R

R is a powerful software environment for statistical computing and graphics. Originating as an implementation of the S language, developed at Bell Laboratories, R has evolved into a robust, open-source statistical software favored by statisticians and data scientists worldwide. Its comprehensive suite includes data manipulation, calculation, and graphical display capabilities, making it versatile for data analysis and visualization. Its programming language is at the core of R's functionality,...
Introduction to GIS01:28

Introduction to GIS

Geographic Information Systems (GIS) are tools for storing, analyzing, and displaying spatial data alongside related attributes. Unlike traditional information systems that address general queries, GIS incorporates spatial components, enabling users to answer "where" and "how far." For example, GIS can process housing data linked to geographic locations like zip codes, allowing insights into population density or housing distribution through thematic maps.GIS integrates technologies such as...
The R Chart01:02

The R Chart

In statistical process control, control charts, particularly R charts, are instrumental in monitoring process variations and identifying non-random patterns that run charts might miss. R charts track the variability within process subgroups, which is crucial when standard deviation use is impractical or unknown process variations exist.
R charts are pivotal for pinpointing shifts in process variability. Stability is indicated when all data points remain within the defined upper and lower...
Radian and Degree Measure01:29

Radian and Degree Measure

Angular motion is measured using two primary units: degrees and radians. These units describe the extent of rotation around a fixed point. A complete rotation corresponds to 360 degrees or 2π radians, depending on the unit used. Although both represent the same angular displacement, they differ in origin and application.Degrees divide a circle into 360 equal segments. Due to its intuitive structure, this unit is historically rooted and widely used in general applications such as navigation,...