To plot a fANCOVA object
plot.fANCOVA(x, test.statistic = TRUE, main = "", n = 256,
legend.position = "topright", ...)
a fANCOVA object
if TRUE, plot the density of the test statistic under null hypothesis; if FALSE, plot the estimated curves.
the title of the plot
the number of points that are used to draw the curves or surfaces in the plot.
the position of legend in the plot: ``topright'', ``topleft'', ``bottomright'', ``bottomleft'', etc.
control parameters of the plot function
This function is to plot a fANCOVA object. The plot will be generated only if the predictor x is one-dimensional. if ``test.statistic=TRUE'', a density plot of the test statistic under null hypothesis will be generated; if ``test.statistic=FALSE'', the estimated curves for all groups are drawn.