plot.gcFitModel: Generic plot function for gcFitModel objects

Description Usage Arguments See Also Examples

View source: R/plot.gcFitModel.R

Description

Generic plot function for gcFitModel objects.

Usage

1
2
3
4
## S3 method for class 'gcFitModel'
plot(x, add = FALSE, raw = TRUE,
                          slope = TRUE, pch = 1, 
                          colData=1, colModel=1, cex = 1, ...)

Arguments

x

Object of class gcFitModel.

add

Logical, indicates wether the plot should be added to an existing plot device or plotted in a new window.

raw

Logical, indicating wether the raw data should be plotted or not.

slope

Logical, indicating wether the tangent of maximal slope should be plotted or not.

pch

Numeric vector, describing plotting character used for plotting the raw data. Similar to thepch option from plot.default. The vector is recycled if the number of given data points differs from the length of the pch.

colData

Vector, describing the color used for plotting the raw data. Similar to thecol option from plot.default. The values must be (numeric) from 0:8 or (character) an element of colors(). The vector is recycled if the number of data points differ from the length of the colData.

colModel

Vector, describing the color used for plotting the spline fit and the tangent of maximal slope. Similar to thecol option from plot.default. The values must be (numeric) from 0:8 or (character) an element of colors().

cex

Numeric vector, describing the character expansion used for plotting the raw data. Similar to thecex option from plot.default. The vector is recycled if the number of data points differ from the length of the cex.

...

Other graphical parameters may also passed as arguments. This has currently no effect and is only meant to fulfill the requirements of a generic function.

See Also

gcFitModel

Examples

1
2
3
4
5
6
7
8
9
# generate random data set
data <- ran.data(100,25)
time <- data$time
data <- data$data
# run growth curve fit
TestRun <- gcFit(time,data)
plot(TestRun$gcFittedModels[[6]],
     colData=c("wheat","wheat2","wheat2","wheat3","wheat4"),
     colModel=1,pch=4:7,cex=2:5)

Example output

= 1. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 2. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 3. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 4. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 5. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 6. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 7. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 8. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... ERROR in nls(). For further information see help(gcFitModel)
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 9. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 10. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... ERROR in nls(). For further information see help(gcFitModel)
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 11. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... ERROR in nls(). For further information see help(gcFitModel)
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 12. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 13. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 14. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 15. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 16. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 17. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... ERROR in nls(). For further information see help(gcFitModel)
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 18. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 19. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 20. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 21. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 22. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... ERROR in nls(). For further information see help(gcFitModel)
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 23. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 24. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... ERROR in nls(). For further information see help(gcFitModel)
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 25. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... ERROR in nls(). For further information see help(gcFitModel)
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 26. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 27. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 28. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 29. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... ERROR in nls(). For further information see help(gcFitModel)
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 30. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... ERROR in nls(). For further information see help(gcFitModel)
--> Try to fit model richards....... ERROR in nls(). For further information see help(gcFitModel)
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 31. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... ERROR in nls(). For further information see help(gcFitModel)
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 32. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 33. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... ERROR in nls(). For further information see help(gcFitModel)
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 34. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 35. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 36. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 37. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 38. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 39. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 40. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 41. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 42. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 43. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 44. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 45. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... ERROR in nls(). For further information see help(gcFitModel)
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 46. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 47. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 48. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 49. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 50. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 51. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 52. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 53. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 54. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 55. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 56. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... ERROR in nls(). For further information see help(gcFitModel)
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 57. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 58. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 59. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 60. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... ERROR in nls(). For further information see help(gcFitModel)
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 61. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 62. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 63. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 64. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... ERROR in nls(). For further information see help(gcFitModel)
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 65. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... ERROR in nls(). For further information see help(gcFitModel)
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 66. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 67. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 68. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... ERROR in nls(). For further information see help(gcFitModel)
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 69. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 70. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... ERROR in nls(). For further information see help(gcFitModel)
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 71. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 72. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... ERROR in nls(). For further information see help(gcFitModel)
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 73. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 74. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 75. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 76. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 77. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 78. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 79. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 80. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... ERROR in nls(). For further information see help(gcFitModel)
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 81. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 82. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 83. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 84. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 85. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 86. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... ERROR in nls(). For further information see help(gcFitModel)
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 87. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... ERROR in nls(). For further information see help(gcFitModel)
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 88. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 89. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 90. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 91. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 92. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 93. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... ERROR in nls(). For further information see help(gcFitModel)
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 94. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 95. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 96. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 97. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 98. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... ERROR in nls(). For further information see help(gcFitModel)
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 99. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... OK
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... ERROR in nls(). For further information see help(gcFitModel)

Are you satisfied (y/n)?
Well was (more ore less) o.k.


= 100. growth curve =================================
----------------------------------------------------
--> Try to fit model logistic....... OK
--> Try to fit model richards....... ERROR in nls(). For further information see help(gcFitModel)
--> Try to fit model gompertz....... OK
--> Try to fit model gompertz.exp... OK

Are you satisfied (y/n)?
Well was (more ore less) o.k.

grofit documentation built on May 30, 2017, 4:08 a.m.