R/FGSetLas.R

Defines functions FGSetLas

FGSetLas <-
function(x)
{   # Argument X is the values that make up the Y-axis
    len <- max(nchar(pretty(x), type = "chars"), na.rm = TRUE)
    return(ifelse(len > 4, 0, 1))
}
rcheshire/FishGraph documentation built on Aug. 17, 2024, 5:34 p.m.