anthracite_subtype: Determine the subtype of anthracite in accordance with GOST...

Description Usage Arguments Value Examples

View source: R/anthracite_subtype.R

Description

In accordance with GOST 25543 (Table 10) determine the subtype of anthracite by anisotropy of vitrinite reflectance, [%].

Usage

1

Arguments

ar

anisotropy of vitrinite reflectance, [%], calculated in accordance with formula 4 in GOST R 55659. Type: [double].

Value

Identifier of anthracite subtype according to Table 10 of GOST 25543. Type: [character].

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
anthracite_subtype(c(0, 29.4, 29.5, 40, 40.509, 80))
# [1] "20" "20" "30" "30" "40" "70"

# build test:
stopifnot(
  all(
    anthracite_subtype(c(0, 29.4, 29.5, 40, 40.509, 80)) ==
    c("20", "20", "30", "30", "40", "70")
  )
)

coal-coke/coal.state documentation built on Feb. 12, 2021, 10:02 a.m.