Skip to content

Error 'object not found' #19

Description

@sarah872

I have the following growth curve:

Time	A1
0	0.0004
4	0.0104
4.50	0.0186
5	0.0305
5.5	0.0533
6	0.073
6.50	0.1251
7	0.1929
7.5	0.3224
8	0.4471

that I want to analyze with the following code:

Brentgrowthcurve <- read.csv("growth.txt", sep="\t")
head(Brentgrowthcurve, header = T)
growth.modGomp(input = Brentgrowthcurve, output.name = "csv_test", 
               synergy = F, temp =F, smooth = T, trim = T)

But I am getting the following error:

Error in growth.modGomp(input = Brentgrowthcurve, output.name = "csv_test",  :
  object 's.1' not found

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions