Skip to contents

This internal function will take as an input a palette (a vector of numbers representing linewidths) and return a function f(n) that produces a smaller vector containing the first n linewidths of the input palette.

Usage

fed_linewidth_pal(palette = "fsr_linewidths")

Arguments

palette

Vector of linewidths that will be used as a palette; must be larger than the maximum number of lines plotted.

Value

function