- No user visible changes
- The
removeSerieOutfunction now has an extra argument reason allowing for restricting removal of outliers to one or more reason the outliers where tagged. - The
plotfunction forserieOutobjects now has an extra argument reason allowing for restricting the plotting of outliers to one or more reason the outliers where tagged. - The
detectSerieOutfunction is now able to handle plotIds with irregular naming, i.e. plotIds starting with a number. - The results of
estimateSplineParameterscan now be plotted in a box plot and histogram. - In the
estimateSplineParametersfunction multiple parameters can now be estimated at once. - A bug in
detectSerieOutthat caused slope outliers to be never detected is fixed. - A bug causing predictions to be made in
fitSplinefor missing values at the beginning or end of a time course is fixed. - The
detectSerieOutfunction now checks for number of plotIds per plant in the correct location leading to a more user friendly error message.
- No user visible changes
- Plotting second derivatives of fitted splines, plotted first derivatives. This is fixed now.
- The
detectSerieOutfunction now uses an extra criterion for checking if time courses our outlying. See the function documentation and vignettes for a full explanation of this new criterion. - The parameter
traitin theremoveSerieOutfunction is renamed totraitsand now accepts a vector of traits that for which outlier values can be replaced byNA. - Plotting the output of
detectSerieOutnow has an extra parametergeno.decompto restrict the output to selected levels of the geno.decomp variable in the data. - Computing the area under the curve in
estimateSplineParametersnow allows the specification of the time unit used on the x-axis. - Fitting models using SpATS is now done using the option
centered = TRUEby default.
- No user visible changes
- Initial CRAN Release