[R] using myfunction in stat_function

David Winsemius dw|n@em|u@ @end|ng |rom comc@@t@net
Thu Jun 7 05:12:53 CEST 2018


> On Jun 6, 2018, at 8:04 PM, Veerappa Chetty <chettyvk using gmail.com> wrote:
> 
> HI,
> 
> I use solve(A,b) inside my function, myfun2; it works fine when I return
> one value or a list.
> 
> I want use the return values in ggplot as below:


> ggplot(data.frame(
> x=c(0.1,0.8)),aes(x=x))+stat_function(fun=myfun.2,geom="line")

Error in layer(data = data, mapping = mapping, stat = StatFunction, geom = geom,  : 
  object 'myfun.2' not found

> I get a blank graph. Would greatly appreciate help! Thanks.
> 
> -- 
> Professor of Family Medicine
> Boston University
> Tel: 617-414-6221, Fax:617-414-3345
> emails: chettyvk using gmail.com
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help using r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

David Winsemius
Alameda, CA, USA

'Any technology distinguishable from magic is insufficiently advanced.'   -Gehm's Corollary to Clarke's Third Law




More information about the R-help mailing list