Skip to content

Commit 8bc9e96

Browse files
committed
spelling fixes
1 parent 26742d4 commit 8bc9e96

10 files changed

+10
-10
lines changed

R/fit_display.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ get_fit_map <- function(fit_res, name) {
502502
#' Export a one-page pdf of a single fit result
503503
#' @param fit_res \code{fit_result} object.
504504
#' @param pdf_out_path path to the exported pdf file.
505-
#' @param title ouptut title.
505+
#' @param title output title.
506506
#' @export
507507
one_page_pdf <- function(fit_res, pdf_out_path, title = NULL) {
508508
grDevices::pdf(pdf_out_path, paper = "a4r", width = 11, height = 7)

R/interactive_plotting.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ plot_slice_map_inter <- function(mrs_data, map = NULL, xlim = NULL, slice = 1,
198198
#' @param bg plot background colour.
199199
#' @param mar plot margins.
200200
#' @param smallplot smallplot option for positioning the colourbar.
201-
#' @param legend_axis_cex fornt expansion factor for the legend axis text.
201+
#' @param legend_axis_cex font expansion factor for the legend axis text.
202202
#' @export
203203
ortho3 <- function(underlay, overlay = NULL, xyz = NULL, zlim = NULL,
204204
zlim_ol = NULL, alpha = 0.7,

R/qm_simulation.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ get_mol_para_list_names <- function(mol_para_list) {
616616
#' @param auto_scale scale the basis based on the intensity of a singlet
617617
#' resonance. Needed for sequences with spatial simulation.
618618
#' @param use_basis_cache create and use a cache of simulated basis sets stored
619-
#' in the "spant_basis_cache" folder in the users home directory. Defults to
619+
#' in the "spant_basis_cache" folder in the users home directory. Defaults to
620620
#' FALSE.
621621
#' @param verbose output simulation progress and timings.
622622
#' @param ... extra parameters to pass to the pulse sequence function.

docs/pkgdown.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ articles:
77
spant-intro: spant-intro.html
88
spant-metabolite-simulation: spant-metabolite-simulation.html
99
spant-preprocessing: spant-preprocessing.html
10-
last_built: 2025-02-14T15:34Z
10+
last_built: 2025-02-14T15:45Z
1111
urls:
1212
reference: https://martin3141.github.io/spant/reference
1313
article: https://martin3141.github.io/spant/articles

docs/reference/one_page_pdf.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/ortho3.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/sim_basis.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/one_page_pdf.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/ortho3.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/sim_basis.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)