Hi All,
I want to make a climate method ("sweave_function"). The aim is to be able
to adapt sweave code that produces an automatic pdf so that it can works
for my climate object. i.e. instead of compile pdf, I call :
data_obj$sweave_function() and get the pdf. for instance I have
boxplot_method() and I want to output it in this way. Thanks for the help!!!
Ex: This how I started but I don't understand how I can proceed.
climate$methods(sweave_function = function(climate_data_objs_str,
climate_data_objs_ind
) {
#---------------------------------------------------------------------------------------------
# This function returns the pdf using sweave function in R
# The required arguments are:
# climate_data_objs_str : list of the names of climate data objects in
the climate object
# climate_data_objs_ind : list of the indices of climate data object
in the climate object
# note that one of the above arguments is enough.
#--------------------------------------------------------------------------------------------
# get_climate_data_objects returns a list of the climate_data objects
specified
# in the arguements.
# If no objects specified then all climate_data objects will be taken by
default
climate_data_objs = get_climate_data_objects(climate_data_objs_str,
climate_data_objs_ind)
})
Frederic Ntirenganya
Maseno University,
African Maths Initiative,
Kenya.
Mobile:(+254)718492836
Email: [email protected]
https://sites.google.com/a/aims.ac.za/fredo/
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
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.