# NOT RUN {
# Include all Iron minerals whose maximum known age is between 1-2 Gya, and apply
# Louvain community clustering
initialize_network("Fe", age_range = c(1,2))
# Include all minerals containing either Iron and Oxygen whose maximum known age
# is between 1-2 Gya
initialize_network(c("Fe", "O"), age_range = c(1,2))
# Include all minerals containing both Iron and Oxygen whose maximum known age is
# between 1-2 Gya
initialize_network(c("Fe", "O"), force_all_elements = TRUE, age_range = c(1,2))
# Build the full mineral network
initialize_network("all")
# }
Run the code above in your browser using DataLab