Description Usage Arguments Examples
Model
1 |
data |
data information. |
1 2 3 4 5 6 7 8 9 | data <- WildfireResources::example_data()
m <- WildfireResources::model(data)
resources_file <- 'example/example1/Aeronaves1.csv'
fire_file <- 'example/example1/Incendio4.csv'
csvs <- WildfireResources::load_data(resources_file, fire_file)
data1 <- WildfireResources::get_data(csvs$data.resources, csvs$data.fire, 10)
sol <- WildfireResources::model(data1)
sol
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.