is.OfType | R Documentation |
is.na()
but focused on the equality
with the paramter 'type'.Similar to the function is.na()
but focused on the equality
with the paramter 'type'.
is.OfType(data, type)
data |
A data.frame |
type |
The value to search in the dataframe |
A boolean dataframe
Samuel Wieczorek
library(QFeatures)
data(ft, package='DaparToolshed')
obj <- ft[[1]]
data <- qMetacell(obj)
is.OfType(as.data.frame(data), "MEC")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.