metadatamrbin | R Documentation |
This function edits interactively or non-interactively the metadata filed of the provided mrbin object.
metadatamrbin(mrbinResults, metadata = NULL, graphics = graphics)
mrbinResults |
An mrbin object |
metadata |
An optional list of objects to be changed. If provided, interactive mode is deactivated |
graphics |
Controls whether pop-up windows are shown for selections. Defaults to TRUE. |
An invisible mrbin object
results<-mrbin(silent=TRUE,
parameters=list(verbose=TRUE,dimension="1D",PQNScaling="No",
binwidth1D=0.04,signal_to_noise1D=1,PCA="No",binRegion=c(9.5,0.5,10,156),
saveFiles="No",referenceScaling="No",noiseRemoval="No",
fixNegatives="No",logTrafo="No",noiseThreshold=.05,tryParallel=TRUE,
NMRfolders=c(system.file("extdata/2/10/pdata/10",package="mrbin"),
system.file("extdata/3/10/pdata/10",package="mrbin"))
))
results<-metadatamrbin(results,metadata=list(projectTitle="Test project"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.