You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data(ExampleData.DeValues, envir= environment())
plot_AbanicoPlot(ExampleData.DeValues$CA1, zlim=NULL)
# Error in round(pretty(limits.z, n = 5), 3) :# non-numeric argument to mathematical function
For some reason this gets triggered by RLumShiny.
The text was updated successfully, but these errors were encountered:
The first block is used to set the value of the at graphical parameter, the second one is the one actually used for zlim. This code has been there since the first commit, and as we don't have comprehensive graphical snapshots yet, I'll leave that untouched. That means putting a NULL check in both places.
This crashes:
For some reason this gets triggered by RLumShiny.
The text was updated successfully, but these errors were encountered: