search for: infest_kud_fun

Displaying 2 results from an estimated 2 matches for "infest_kud_fun".

2018 Feb 15
2
package MonteCarlo error: object 'packages' not found
...ng error. The vignette does not make a reference to a "packages" option or parameter. > library(MonteCarlo) Loading required package: abind Loading required package: codetools Loading required package: rlecuyer Loading required package: snow Loading required package: snowfall > infest_kud_fun<-function(x,A,B){ +?? equation1=exp(A-(B*x)) +?? return(list("equation1"=equation1)) + } > x_grid<-c(0.5,10) #distances kudzu could grow > A_grid<-rnorm(1000) #probabilities > B_grid<- rnorm(1000) #probabilities > #put parameters in a list > param_list_...
2018 Feb 15
0
package MonteCarlo error: object 'packages' not found
...eference to a "packages" option or parameter. > > > library(MonteCarlo) > Loading required package: abind > Loading required package: codetools > Loading required package: rlecuyer > Loading required package: snow > Loading required package: snowfall > > > infest_kud_fun<-function(x,A,B){ > + equation1=exp(A-(B*x)) > + return(list("equation1"=equation1)) > + } > > > > x_grid<-c(0.5,10) #distances kudzu could grow > > A_grid<-rnorm(1000) #probabilities > > B_grid<- rnorm(1000) #probabilities > > > &...