Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

calling R from sage

What is the difference between Sage.finance.timeseries and the timeseries from the R?

How do you call all the R function in sage?

calling R from sage

What is the difference between Sage.finance.timeseries and the timeseries from the R?

How do you call all the R function in sage?

calling R from sageintermixing Sage and R

What is the difference between Sage.finance.timeseries and the timeseries from the R?

intermixing Sage and R

What is the difference between Sage.finance.timeseries and the timeseries from the R?

Updated: How well is compatibility with intermixing Sage code and R code?

intermixing inter-mixing Sage and R

What is the difference between Sage.finance.timeseries and the timeseries from the R?

Updated: How well is compatibility with intermixing Sage code and R code? For instance, if I want to do:

f = r.read.table("bar.txt", row.names = NULL, header=T, sep=";")

calling some sage function and prints some output

but it didn't work as Sage can't find the corresponding R "table" method. But I do %r and just use "read.table(...)", it works flawlessly. But I can't use the Sage function

Is there a better way around this?

inter-mixing Sage and R

Updated: How well is compatibility with intermixing Sage code and R code? For instance, if I want to do:

f = r.read.table("bar.txt", row.names = NULL, header=T, sep=";")

calling some sage function and prints some output

but it didn't work as Sage can't find the corresponding R "table" method. But I do %r and just use "read.table(...)", it works flawlessly. But I can't use the Sage function

Is there a better way around this?

inter-mixing Sage and R

Updated: How well is compatibility with intermixing Sage code and R code? For instance, if I want to do:

f = r.read.table("bar.txt", row.names = NULL, header=T, sep=";")

sep=";") calling some sage function and prints some output

but it didn't work as Sage can't find the corresponding R "table" method. But I do %r and just use "read.table(...)", it works flawlessly. But I can't use the Sage function

Is there a better way around this?

inter-mixing Sage and R

Updated: How well is compatibility with intermixing Sage code and R code? For instance, if I want to do:

f = r.read.table("bar.txt", row.names = NULL, header=T, sep=";") calling some sage function and prints some output

but it didn't work as Sage can't find the corresponding R "table" method. But I do %r and just use "read.table(...)", it works flawlessly. But I can't use the pass the R timeseries to Sage functionlist.

Is there a better way around this?