metadatamrbin | R Documentation |
This function edits interactively or non-interactively the metadata filed of the provided mrbin object.
metadatamrbin(mrbinResults, metadata = NULL)
mrbinResults |
An mrbin object |
metadata |
An optional list of objects to be changed. If provided, interactive mode is deactivated |
An invisible mrbin object
mrbinObject<-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"))
))
mrbinObject<-metadatamrbin(mrbinObject,metadata=list(projectTitle="Test project"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.