PeriodicTable (version 0.1.2)

periodicTable: Periodic Table of the Elements

Description

A dataset containing chemical element properties.

Usage

periodicTable

Arguments

Format

A data.frame with the following columns:

numb

an integer vector. Atomic numbers.

symb

a character vector. Atomic symbols.

name

a character vector. Name of chemical elements.

mass

a numeric vector. Atomic masses.

rcov

a numeric vector. Covalent radii.

rvdw

a numeric vector. Van der Waals radii.

rion

a numeric vector. Ionic radii.

red, green, blue

numeric vectors. rgb colors.

period

an integer vector. Element periods.

group

an integer vector. Element groups

type

a character vector. Element types.

phase

a character vector. Most stable crystal.

crystal

a character vector. Type of crystalline phases.

Eneg

a numerci vector. Electronegativity.

IP

a numeric vector. First ionization potential.

density

a numeric vector. Densities.

melting

a numeric vector. Melting points.

boiling

a numeric vector. Boiling points.

isotopes

an integer vector. Number of isotopes.

discoverer

a character vector. Discoverer names.

year

an integer vector. Discovery dates.

C

a numeric vector. Heat capacities.

config

a character vector. Electronic configurations

row

an integer vector. Display rows.

col

an integer vector. Display columns.