# NOT RUN {
L <- 100
M <- 50
H <- 107881
seed <- 0
verbose <- 1
## Creating class object with required arguments
model <- new(FiRE::FiRE, L, M)
## Creating class object with all arguments
model <- new(FiRE::FiRE, L, M, H, seed, verbose)
# }
Run the code above in your browser using DataLab