statdivlab / corncob

Count Regression for Correlated Observations with the Beta-binomial
102 stars 22 forks source link

Modification of the aes_map definition to use aes() properly. #164

Closed MariaAVC closed 10 months ago

MariaAVC commented 10 months ago

Modified the definition of aes_map on R/plot_bbdml.R to employ the correct syntax of aes().

colour and shape is not provided to the function aes() if value is not defined when calling the plot function, since aes() does not admit NULL and NA entries for these values.