powered by
Plots all pairwise diagnostic plots (in a tibble as output by callRelatedness), as produced by plotSLICE, to a folder. Options include the width and height of the output files, and the units in which these dimensions are measured.
saveSLICES( in_tibble, outFolder = NULL, width = 297, height = 210, units = "mm", verbose = TRUE )
nothing
a tibble that is the output of the callRelatedness() function.
the folder into which all diagnostic plots will be saved
the width of the output PDFs.
the height of the output PDFs.
the units for the height and width of the output PDFs.
Controls the printing of progress to console.
# \donttest{ saveSLICES(relatedness_example[1:3, ], outFolder = tempdir()) # }
Run the code above in your browser using DataLab