Skip to content

Plot_wham_output() missing variable yr.col #40

Description

@tcarruth

Line 187 of EGB_WHAM_tjm.R is:

plot_wham_output(mod=m1, out.type='html')

This returns the error:

Error in plot.xy(xy.coords(x, y), type = type, ...) :
object 'yr.col' not found

As a temporary fix this is solved by:

yr.col<<-rainbow(100,start=0.2,end=1) # FLAG github issue
plot_wham_output(mod=m1, out.type='html') # without yr.col definition this does not work

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions