Skip to content

Commit

Permalink
export, fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PharmCat committed Jul 31, 2024
1 parent ec44231 commit c5951ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/src/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ png(p, "plot2.png")
p = pkplot(ds; elim = true, ls = true)
png(p[1], "plot3.png")
png(p[1][2], "plot3.png")
p = pkplot(ds; typesort = :Subject, pagesort = :Formulation)
png(p[1], "plot4.png")
png(p[1][2], "plot4.png")
```

#### Plot 1
Expand Down
5 changes: 3 additions & 2 deletions src/MetidaNCA.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ export pkimport, upkimport, pdimport, nca!, nca, DoseTime, ElimRange, LimitRule,
auc_sparse,
setdosetime!, setkelauto!, setkelrange!, applylimitrule!, setbl!, setth!,
pkplot,
getkeldata, getkelauto, getkelrange, getdosetime, getbl, getth, subset
metida_table
getkeldata, getkelauto, getkelrange, getdosetime, getbl, getth, subset,
metida_table,
PKSubject, UPKSubject, PDSubject, NCAResult

function __init__()
@require Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" begin
Expand Down

0 comments on commit c5951ad

Please sign in to comment.