Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tcplPlot error for obscure well types #247

Open
madison-feshuk opened this issue May 6, 2024 · 0 comments · May be fixed by #257
Open

tcplPlot error for obscure well types #247

madison-feshuk opened this issue May 6, 2024 · 0 comments · May be fixed by #257
Assignees
Labels

Comments

@madison-feshuk
Copy link
Collaborator

Getting the following error trying to plot:
Error in data$dsstox_substance_id <- paste0("Well type: ", wllt) :
object of type 'closure' is not subsettable

aeid <- c(3094:3098, 3223:3238)
tcplPlot( type = "mc", fld = "aeid", val = aeid, output = "pdf", fileprefix = paste0("output/New_Plots/plots_by_aeid/plots_yrange_125_CCTE_Deisenroth_DEVTOX",
Sys.Date()), multi = TRUE, verbose = TRUE, flags = TRUE, yuniform = TRUE, yrange = c(-125, 125))

Well types present include:

unique(mc0$wllt)
[1] "p" "b" "y" "n" "t" "o" "z" "x"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants