| AQSysCurve | R Documentation | 
The function returns a plot after using the parameters and model given by the user.
AQSysCurve( modelName, modelPars, seriesNames = NULL, xlbl = "", ylbl = "", col = "black", type = "p", cex = 1, cexlab = 1, cexaxis = 1, cexmain = 1, cexsub = 1, xmax = 35, HR = FALSE, NP = 100, filename = NULL, wdir = NULL, save = FALSE, silent = FALSE, ... )
| modelName | Equation to be used: merchuk, murugesan [type:string] | 
| modelPars | Model's parameters [type::data.frame] | 
| seriesNames | A list of sequential names which will identify each system provided by the user in the dataSET variable. [type:List] | 
| xlbl | Plot's Horizontal axis label. | 
| ylbl | Plot's Vertical axis label. | 
| col | Legacy from plot package. For more details, 
see  | 
| type | 1-character string giving the type of plot desired.  The
following values are possible, for details, see  | 
| cex | Legacy from plot package. For more details,
see  | 
| cexlab | Legacy from plot package. For more details,
see  | 
| cexaxis | Legacy from plot package. For more details,
see  | 
| cexmain | Legacy from plot package. For more details,
see  | 
| cexsub | Legacy from plot package. For more details, 
see  | 
| xmax | Maximum value for the Horizontal axis' value (bottom-rich component) [type:double] | 
| HR | Adjust Plot's text to be compatible with High Resolution size [type:Logical] | 
| NP | Number of points used to build the fitted curve. Default is 100. [type:Integer] | 
| filename | Filename provided by the user to save a given plot. [type:String] | 
| wdir | The directory in which the plot file will be saved. [type:String] | 
| save | Save the generated plot in the disk using path and filename provided by the user. [type:Logical] | 
| silent | save plot file without actually showing it to the user. [type:Logical] | 
| ... | other graphical parameters (see  | 
The function owns predefined set of equations that can be seen below and must be used, with adequated parameters, to return a plot which represent the chosen model.
A plot using the input model within the chosen interval and the curve's raw XY data. If no interval is selected, xmax = 0.4.
## Not run: 
AQSysCurve("murugesan", data.frame(90.389, -34.897, 2.924), col = "red")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.