Nothing
#Load example plot plant data
data(exampleforest)
#Default species parameterization
data(SpParamsMED)
test_that("FCCS properties can be calculated", {
expect_s3_class(fuel_FCCS(exampleforest, SpParamsMED), "data.frame")
})
test_that("FCCS behaviour can be calculated", {
fccs_props <- fuel_FCCS(exampleforest, SpParamsMED)
expect_type(fire_FCCS(fccs_props), "list")
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.