Skip to content

[Bug Report]: plot attributes incorrect for plot_wbts_zoo #350

@andybeet

Description

@andybeet

Describe the bug

plot_wbts_zoo has following attributes

attr(plot_wbts_zoo, "report") <- c("NewEngland")
attr(plot_gsi, "varName") <- c("wbts_zoo")

should be:

attr(plot_wbts_zoo, "report") <- c("NewEngland")
attr(plot_wbts_zoo, "varName") <- c("wbts_zoo")

Describe the situation

Currently the plot_gsi attributes are getting this value assigned

attributes(ecodata::plot_gsi)$varName
#> [1] "wbts_zoo"

Created on 2026-01-30 with reprex v2.1.1

Additional information

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingcompletedAwaiting approval or merge to main

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions