check_crosstalk {crosstalkr} | R Documentation |
Check to make sure incoming object is a valid crosstalk df.
Description
This function is a helper function for plot_ct
that verifies the input is a valid output of compute_crosstalk
Usage
check_crosstalk(crosstalk_df)
Arguments
crosstalk_df |
a dataframe containing the results of |
Value
message if not correct object type, null otherwise
[Package crosstalkr version 1.0.5 Index]