reconhub / distcrete

:chart_with_upwards_trend::point_right::bar_chart: Discretise distributions
http://reconhub.github.io/distcrete
Other
5 stars 1 forks source link

Warning in vignette #14

Closed richfitz closed 6 years ago

richfitz commented 6 years ago
x <- seq(0, 20, length = 30)
y <- seq(0, 5, length = 30)
grid <- expand.grid(x, y)
names(grid) <- c("shape", "rate")
ll2.val <- apply(grid, 1, ll2)
df <- cbind.data.frame(grid, ll = ll2.val)

library(ggplot2)
ggplot(df, aes(x = shape, y = rate, fill = ll)) +
    geom_raster() +
    geom_contour(aes(z = ll), color = "black")

## Warning: Removed 59 rows containing non-finite values (stat_contour).

@thibautjombart can you remove this please

thibautjombart commented 6 years ago

I am removing the ml.Rmd vignettes, it is not ready to go and not needed for a release at this stage

thibautjombart commented 6 years ago

Done at f8bb00b305bcdfb20a67c375d3370abfcf4bfe96