arch_triangles: Ternary Diagrams.

Description Usage Arguments Value

Description

Plots diagrams showing different ternary systems based on Fe2O3, MgO, CaO, Al2O3 and SiO2 compositions.

Usage

1
2
3
4
5
6
7
8
9
arch_triangles(
  df_raw,
  plot.category = 1,
  language = 3,
  ordenar = 2,
  c.palette = 2,
  legend = plot.category,
  rounded_circle = 1
)

Arguments

df_raw

Dataframe with the chemical composition and the catagorical values

plot.category

The column with categories to be colored (1,2,3...)

language

1 = Catala, 2 = Spanish, 3 = English

ordenar

1 = to avoid ordering, 2 = order the dataframe according to the given factor (plot.category)

c.palette

0 = black and white, 1 = default, 2 = rainbow, 3= heat.colors, 4 = terrain.colors, 5 = topo.colors, 6 = cm.colors

legend

The column from which factors are colored (default = plot.category)

rounded_circle

1 = circle around the points, 2 = only dots, without circle

Value

Diagrams showing different ternary systems based on Fe2O3, MgO, CaO, Al2O3 and SiO2 compositions.


esteful/ArchFlow documentation built on Dec. 20, 2021, 6:40 a.m.