Skip to content

Commit

Permalink
v0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
janlisec committed Jun 17, 2024
1 parent 74df392 commit 3ae535c
Show file tree
Hide file tree
Showing 4 changed files with 588 additions and 597 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: eCerto
Title: Statistical Tests for the Production of Reference Materials
Version: 0.5.7
Date: 2024-06-14
Version: 0.5.8
Date: 2024-06-17
Authors@R: c(
person("Jan", "Lisec", , "jan.lisec@bam.de", role = c("cre", "aut"),
comment = c(ORCID = "0000-0003-1220-2286")),
Expand Down
4 changes: 2 additions & 2 deletions R/fnc_prepFigV2.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ prepFigV2 <- function(tab = NULL, a = NULL, alpha = 0.05, k = 3, flt_outliers =
bquote(b[1]==.(round(vals[,"b1"], 4))),
paste("r =", round(stats::cor((stats::lm(Area_norm ~ Conc, data=df))$fitted.values, df$Area_norm), 4))
)
for (i in 1:length(plot_ann)) graphics::mtext(text = plot_ann[[i]], side = 3, line = -0.2-1.2*i, at = par("usr")[1], adj = -0.04, cex = cex)
for (i in 1:length(plot_ann)) graphics::mtext(text = plot_ann[[i]], side = 3, line = -0.2-1.2*i, at = graphics::par("usr")[1], adj = -0.04, cex = cex)
} else {
df <- dfq
e <- e.qm
Expand All @@ -68,7 +68,7 @@ prepFigV2 <- function(tab = NULL, a = NULL, alpha = 0.05, k = 3, flt_outliers =
bquote(b[2]==.(round(stats::coef(qm)[3], 4))),
paste("r =", round(stats::cor(qm$fitted.values, dfq$Area_norm), 4))
)
for (i in 1:length(plot_ann)) graphics::mtext(text = plot_ann[[i]], side = 3, line = -0.2-1.2*i, at = par("usr")[1], adj = -0.04, cex = cex)
for (i in 1:length(plot_ann)) graphics::mtext(text = plot_ann[[i]], side = 3, line = -0.2-1.2*i, at = graphics::par("usr")[1], adj = -0.04, cex = cex)
}
graphics::points(df, pch=4, col=2, cex=2)

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3ae535c

Please sign in to comment.