# NOT RUN {
data(antsA)
FQAnts <- fuzzyq(antsA, sorting = TRUE)
AOplot(FQAnts) # Plor with default values
# Alternative with colors specified in Hex code, logarithmic axes and other
# point format
AOplot(FQAnts, col.rc = c("#013bad","#bd5f69"),
log.x = TRUE, log.y = TRUE, pch = 4)
# }
Run the code above in your browser using DataLab