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

universalConstants

Universal Constants


Description

This data set provides various universal constants

Format

A data frame containing for each universal constant the following information.

Quantity

a character vector containing a short description of the constants.

Value

a numeric vector containing the value of the constants.

Unit

a character vector indicating the unit of the constants.

Source

http://www.ebyte.it/library/educards/constants/ConstantsOfPhysicsAndMath.html

Examples

# Data for the speed of light
universalConstants["c",]

# Return the speed of light in m.s-1
universalConstants["c","Value"]

# Return the Planck constant in J.s
universalConstants["h","Value"]

Rpdb

Read, Write, Visualize and Manipulate PDB Files

v2.3
GPL
Authors
Julien Idé
Initial release
2014-02-25

We don't support your browser anymore

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