Description Usage Arguments Value Examples
Permet d'afficher la photo d'une espèce du data.frame
df_Row
1 | F_Photo_Espece(df_Row)
|
df_Row |
|
Un plot avec la photo de l'espece
1 2 3 4 5 6 7 8 | RandomRow = F_Random_Row(Especes)
F_Photo_Espece(RandomRow)
library(dplyr)
Especes %>%
F_Filtre_Par_Famille("Coenagrionidae") %>%
F_Random_Row() %>%
F_Photo_Espece()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.