Closed earowang closed 3 years ago
The default is to filter, which I think is reasonable. Another problem happens in the json serialisation when we create the spec from vegawdiget. Here's the example from #27, the current serialisation doesn't include the body mass column because it's NA in R:
because it isn't explicit vega gives NaNs for the density estimate for adelie / gentoo. If we change that to an explicit null for adelie it's area pops up
A new argument na.rm = TRUE
gives a warning about missing values are present in makr_*()
.
Shall we handle missing values as is now? or different?