search for: wchoice

Displaying 1 result from an estimated 1 matches for "wchoice".

Did you mean: choice
2010 Aug 28
4
expression() and plot title
What I want to do is put the arguments I supply to a function into the title of a plot Say I'm calling func.1 func.1(a=4,b=4) plot(....,..., title("a=4, b=4")) If I'm calling func.1 with different arguments, I want the plot title to reflect that. A small detail is that func.1 might have an argument with a default like c=a+b. I tried using expression but couldn't get it to