MERA webpage

Under development

About DLMtool

For more information about DLMtool and MSEtool see Carruthers and Hordyk 2018

Other operating models

A range of operating models can be loaded into MERA from the DLMtool fishery library

More information on Management Procedures

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)


Blue-Matter/MERA documentation built on March 17, 2023, 3:02 p.m.