Learn R Programming

ChargeTransport (version 1.0.1)

universalConstants: universal Constants

Description

This data set provides various universal constants

Usage

universalConstants

Arguments

source

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

Examples

Run this code
# List all the constants
print(universalConstants)

# 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"]

# Return the Planck constant in eV.s
Joule2electronVolt(universalConstants["h","Value"])

Run the code above in your browser using DataLab