interval_df | R Documentation |
Interval conversion for neutrosophic numbers
interval_df(data)
data |
data is a vector or a list of neutrosophic numbers |
Data frame of neutrosophic numbers.
Zahid Khan
Florentin Smarandache (2014): Introduction to Neutrosophic Statistics. ISBN: 9781599732749
# values are interval forms as required in neutrosophic data
data <- list(c(6, 6), c(2, 8), c(30,50), c(18, 24))
interval_df(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.