options(scipen = 999)

align <- 
  if (params$ext == "pdf") {
    "center"
  } else {
    "default"
  }

Introduction

nma_res <- NMA_run(params$nma_model, save = FALSE)

This is a report of a NMA using the package NMA.



References



ICON-in-R/NMA documentation built on Nov. 14, 2023, 10:54 a.m.