Version: 0.1.0

Description:

This package serve the aim to convert temperature between fahrenheit
and celsius degree, and provide reference on melting points of 10 kinds 
of common metal:

Imports:

Suggests:

VignetteBuilder:

License:


Functions

c_to_f()

Description

Convert Celsium to Fahrenheit.

Usage

C_to_f(...)

Argument

...   numeric numbers

Examples

c_to_f(18)

f_to_c()

Description

Convert Fahrenheit to Celsium.

Usage

f_to_c(...)

Argument

...   numeric numbers

Examples

f_to_c(75)

goldmelt()

Description

Return the melting point of gold in both Fahrenheit and Celsium.

Usage

goldmelt(...)

Argument

...   'f' or 'c' (with quote), input 'f' leads to output in Fahrenheit;
      input 'c' leads to output in Celsium.

Examples

goldmelt('f')

silvermelt()

Description

Return the melting point of silver in both Fahrenheit and Celsium.

Usage

silvermelt(...)

Argument

...   'f' or 'c' (with quote), input 'f' leads to output in Fahrenheit;
      input 'c' leads to output in Celsium.

Examples

silvermelt('f')

aluminummelt()

Description

Return the melting point of aluminum in both Fahrenheit and Celsium.

Usage

aluminummelt(...)

Argument

...   'f' or 'c' (with quote), input 'f' leads to output in Fahrenheit;
      input 'c' leads to output in Celsium.

Examples

aluminummelt('f')

zincmelt()

Description

Return the melting point of zinc in both Fahrenheit and Celsium.

Usage

zincmelt(...)

Argument

...   'f' or 'c' (with quote), input 'f' leads to output in Fahrenheit;
      input 'c' leads to output in Celsium.

Examples

zincmelt('f')

leadmelt()

Description

Return the melting point of lead in both Fahrenheit and Celsium.

Usage

leadmelt(...)

Argument

...   'f' or 'c' (with quote), input 'f' leads to output in Fahrenheit;
      input 'c' leads to output in Celsium.

Examples

leadmelt('f')

tinmelt()

Description

Return the melting point of tin in both Fahrenheit and Celsium.

Usage

tinmelt(...)

Argument

...   'f' or 'c' (with quote), input 'f' leads to output in Fahrenheit;
      input 'c' leads to output in Celsium.

Examples

tinmelt('f')

magnesiummelt()

Description

Return the melting point of magnesium in both Fahrenheit and Celsium.

Usage

magnesiummelt(...)

Argument

...   'f' or 'c' (with quote), input 'f' leads to output in Fahrenheit;
      input 'c' leads to output in Celsium.

Examples

magnesiummelt('f')

titaniummelt()

Description

Return the melting point of titanium in both Fahrenheit and Celsium.

Usage

titaniummelt(...)

Argument

...   'f' or 'c' (with quote), input 'f' leads to output in Fahrenheit;
      input 'c' leads to output in Celsium.

Examples

titaniummelt('f')

copermelt()

Description

Return the melting point of coper in both Fahrenheit and Celsium.

Usage

copermelt(...)

Argument

...   'f' or 'c' (with quote), input 'f' leads to output in Fahrenheit;
      input 'c' leads to output in Celsium.

Examples

copermelt('f')


Yukun1218/ConvertTemp documentation built on May 10, 2019, 1:11 a.m.