reset_sfr | R Documentation |
A function for reseting SFR to zero
reset_sfr(x, sfr)
x |
numeric or DoOR response matrix, input values |
sfr |
numeric or character, either a value to subtract if x is a vector or an InChIKey if x is a DoOR response matrix |
Performs a simple subtraction of the SFR value.
Daniel Münch <daniel.muench@uni-konstanz.de>
# load data
library(DoOR.data)
data(door_response_matrix)
# create a response matrix with the SFR reset to 0
door_response_matrix_SFRreset <- reset_sfr(door_response_matrix, "SFR")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.