plot.fglm {fdesigns} | R Documentation |
Plot of fglm
Objects
Description
Plot of "fglm"
objects. For the choice of a profile factor, the optimal functions are plotted.
Usage
## S3 method for class 'fglm'
plot(x, ...)
Arguments
x |
An object of class |
... |
Additional arguments to be passed to other methods. |
Value
The function returns the question: "Which profile factor to plot?". The answer needs to be an integer to specify the profile factor for which to plot the optimal functions in every run. The value needs to be between 1 and the argument npf from the function pfglm.
After that, the function returns n.runs (see pfglm) plots of the optimal functions, of the profile factor indicated. The x-axis represents the time, the y-axis represents the values of the function of the profile factor, and the title indicated the number of run of each plot.
Note
For examples see pflm.
Author(s)
Damianos Michaelides <dm3g15@soton.ac.uk>, Antony Overstall, Dave Woods