R/csu_trend_legend.R

Defines functions csu_trend_legend

Documented in csu_trend_legend

csu_trend_legend <-
	function(title=NULL, position="bottom",nrow=1, right_space_margin=1) {
  
  structure(list(title = title, position = position,
                 nrow = nrow, 
                 right_space_margin = right_space_margin)) 
}

Try the Rcan package in your browser

Any scripts or data that you put into this service are public.

Rcan documentation built on July 1, 2020, 10:20 p.m.