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
Warning in density(x, n = 2, range_only = TRUE, trim = trim, adjust = adjust, :
partial argument match of 'n' to 'na.rm'
Calls: <Anonymous> ... compute_limits_slabinterval -> compute_limits_sample
Warning in match.call(definition, call, expand.dots, envir) :
partial argument match of 'n' to 'na.rm'
Calls: <Anonymous> ... compute_limits_sample -> density -> structure -> lapply -> match.call
Warning in density(x, n = n, adjust = adjust, trim = trim, breaks = breaks, :
partial argument match of 'n' to 'na.rm'
Calls: <Anonymous> ... compute_slab -> compute_slab_slabinterval -> compute_slab_sample
Warning in match.call(definition, call, expand.dots, envir) :
partial argument match of 'n' to 'na.rm'
Calls: <Anonymous> ... compute_slab_sample -> density -> structure -> lapply -> match.call
It seems like while density_bounded() and density_unbounded() accept n, density_histogram() makes no use of it and somehow it ends up in places where it shouldn't?
The text was updated successfully, but these errors were encountered:
When running the following code...
...R emits the following warnings:
It seems like while
density_bounded()
anddensity_unbounded()
acceptn
,density_histogram()
makes no use of it and somehow it ends up in places where it shouldn't?The text was updated successfully, but these errors were encountered: