The function returns a plot after fitting a dataset to the
mathematical descriptor chosen by the user.
Usage
# S3 method for data
AQSys(dataSET, modelName = "merchuk", Order = "xy", xmax = "", ymax = "", ...)
Arguments
dataSET
- Binodal Experimental data that will be used in the nonlinear
fit. It might hold multiple systems stacked side-by-side. [type:data.frame]
modelName
- Character String specifying the nonlinear empirical
equation to fit data. [type:String]
The default method uses Merchuk's equation. Other mathematical descriptors
can be listed using AQSysList().
Order
Defines how the data is organized in the Worksheet. Use "xy"
whether the first column corresponds to the lower phase fraction and "yx"
whether the opposite. [type:String]
xmax
Maximum value for the Horizontal axis'
value - optional [type:double]
ymax
Maximum value for the Vertical axis'
value - optional [type:double]
...
Additional optional arguments. None are used at present.
Value
return a data.frame with data fitted using the chosen mathematical
descriptor.
Details
This version uses the plot function and return a regular orthogonal
plot.