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)
plot_AbanicoPlot(ExampleData.DeValues, interactive=TRUE)
# Error in plot_AbanicoPlot(ExampleData.DeValues, interactive = TRUE) :# object 'precision' not found
The error is here, where precision should be data$data.global$precision (and similarly for std.estimate):
However, even after fixing those, the following error appears:
Error in `recycle_columns()`:
! Tibble columns must have compatible sizes.
• Size 2: Columns `x` and `y`.
• Size 87: Column `text`.
ℹ Only values of size one are recycled.
The text was updated successfully, but these errors were encountered:
The error is here, where
precision
should bedata$data.global$precision
(and similarly forstd.estimate
):Luminescence/R/plot_AbanicoPlot.R
Line 3600 in 759a114
However, even after fixing those, the following error appears:
The text was updated successfully, but these errors were encountered: