fracSum-methods: Set or get the sum of the three fractions of a ternarySystem...

Description Usage Arguments

Description

Set or get the sum of the three fractions of a ternarySystem object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
fracSum(s, ...)

## S3 method for class 'ternarySystem'
fracSum(s, ...)

## S3 method for class 'ternaryGeometry'
fracSum(s, ...)

fracSum( s, ... ) <- value

## S3 replacement method for class 'ternarySystem'
fracSum(s, ...) <- value

## S3 replacement method for class 'ternaryGeometry'
fracSum(s, ...) <- value

Arguments

s

A ternarySystem object, as created with createTernarySystem, or a ternaryGeometry object, as created with createTernaryGeometry.

value

Single numerical value. Sum of the three fractions of the ternarySystem.

...

Additional parameters passed to specific methods.


ternaryplot documentation built on May 2, 2019, 6:11 p.m.