Under development
For more information about DLMtool and MSEtool see Carruthers and Hordyk 2018
A range of operating models can be loaded into MERA from the DLMtool fishery library
You can view further documentation on any of the MPs featured in MERA by clicking on the following links:
MPs<-avail('MP') dat<-data.frame(MPs=MPs) URLs <- sapply(MPs, MPurl) %>% unlist() MPwithurl <- !is.na(URLs) MPs <- paste0("<a href='", URLs[MPwithurl]," ' target='_blank'>", MPs[MPwithurl],"</a>") ncol<-8 nrow<-ceiling(length(MPs)/ncol) MPs<-c(MPs,rep("",(nrow*ncol)-length(MPs))) mat<-matrix(MPs,ncol=8) colnames(mat)<-rep(" ",ncol) dat<-data.frame(mat) caption=paste0("Links to MPs" ) datatable(mat,caption=caption, class = 'display',rownames=FALSE,escape=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.