r - Using a parameter for expression function -


I am trying to plot a narrative which I created with the expression function Is where logic for expression is a character that I want to plot as a Greek letter symbol.

Here is an example of what I tried, which clearly does not work:

  param = "tau" tau.vec = c (1,2) , 3,4) conspiracy (Tau.Weck, Tau.Weck) Legend ("bottom", sapply (Tau.Wacee, Function (X) expression  

How should I consider any

try it

 < Code> param = as.symbol ("tau") tau.vec = c (1,2,3), 4) conspiracy (Tau.Weck, Tau.Weck) Legend ("Talima", as .expression (sapply) (Tau.vec, function (x) bquote (. (Param) ==. (X) ))))  

Expression () does not allow variable values ​​to be avoided, bquote () to () syntax.


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

c# - Create dynamic LINQ query expression at runtime which translates into a parameterized SQL query for nullable types -

cmake - cpack generates RPMs with %files entries that conflict with the RPM spec. How to fix? -