[R] Saving and reloading function in a package
David Winsemius
dw|n@em|u@ @end|ng |rom comc@@t@net
Sat Feb 16 03:15:07 CET 2019
Isn't this much more on topic with the package development list?
--
David
> On Feb 15, 2019, at 6:37 AM, Dimitrios Stasinopoulos <stasinom using staff.londonmet.ac.uk> wrote:
>
> I would like to put a graphic background to a model diagnostic plot.
> The background is created with plot()/lines() but it takes time.
> My solution was to save the plots as functions using splinefun().
> Those saved function can be put in a .RData file using load() or .rds using saveRDS().
>
> My question is how I can put those files in a package and load them within a function of the package.
> Any suggestion please?
>
>
> Prof Dimitrios Stasinopoulos
> stasinom using staff.londonmet.ac.uk
>
>
>
>
> --
> London Metropolitan University is a limited company registered in England
> and Wales with registered number 974438 and VAT registered number GB 447
> 2190 51. Our registered office is at 166-220 Holloway Road, London N7 8DB.
> London Metropolitan University is an exempt charity under the Charities Act
> 2011. Its registration number with HMRC is X6880.
>
>
> [[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.
More information about the R-help
mailing list