site-perso/public/search.json
2025-04-09 17:01:55 +02:00

30 lines
No EOL
875 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{
"objectID": "posts/test.html",
"href": "posts/test.html",
"title": "A test post",
"section": "",
"text": "library(ggplot2)\n\n\nvec <- rnorm(n = 10000)\n\nggplot(as.data.frame(vec)) + aes(x=vec) +\ngeom_histogram() + theme_minimal()\n\n`stat_bin()` using `bins = 30`. Pick better value with `binwidth`."
},
{
"objectID": "posts.html",
"href": "posts.html",
"title": "Posts",
"section": "",
"text": "A test post\n\n\n\n\n\n\nLouis Lacoste\n\n\n\n\n\n\n\n\nNo matching items"
},
{
"objectID": "about.html",
"href": "about.html",
"title": "About me",
"section": "",
"text": "Im a 25 years old PhD student in Applied Mathematics at MIA Paris-Saclay."
},
{
"objectID": "index.html",
"href": "index.html",
"title": "Site perso",
"section": "",
"text": "Will update later"
}
]