lblp | R Documentation |
lblp
plots the labeling profile of a
binClst_instance.
lblp(obj, ref, ...)
## S4 method for signature 'binClst,missing'
lblp(obj, ref, lims = NULL, ...)
## S4 method for signature 'binClstStck,missing'
lblp(obj, ref, lims = NULL, ...)
## S4 method for signature 'binClst,numeric'
lblp(obj, ref, lims = NULL, ...)
## S4 method for signature 'binClst,binClst'
lblp(obj, ref, lims = NULL, ...)
obj |
A binClst_instance. |
ref |
A numeric vector with an expert's labeling profile. A second binClst_instance to be compared with the first. |
... |
Parameters |
lims |
A numeric vector with lower and upper bounds to limit the plot. |
# -- apply EMbC to the example path --
mybcp <- stbc(expth)
# -- plot the labeling profile comparing with expert labeling --
lblp(mybcp,expth$lbl)
# -- compare original and smoothed labeling profiles --
lblp(mybcp,smth(mybcp))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.