Skip to content
Prev 28470 / 398498 Next

Var problem

Using eval() or quote() or substitute I get this as title in the plot:
      silhouete   plot   of clara(x=adata,k=eval(i),samples=50) or
      silhouete   plot   of clara(x=adata,k=substitute(i),samples=50)

      how can I pass the numeric value of "i" ? not i itself... ?