tidyfun / tf

S3 classes and methods for tidy functional data
https://tidyfun.github.io/tf/
GNU Affero General Public License v3.0
6 stars 2 forks source link

Glue code for fda objects #13

Open fabian-s opened 5 years ago

fabian-s commented 5 years ago

... maybe?

code to convert fd into tfd and vice versa

Related: tidyfun/tf#11

@jeff-goldsmith: do we want / need this?

fabian-s commented 5 years ago

.. we don't need tfd -> fd! jeff says: "they can write that their damn selves"

fabian-s commented 2 years ago

import from fda into tidyfun should be easy. turn it into a matrix and go from there.

m-muecke commented 5 months ago

So basically just support for as.tfd.fd and no support for as.tf.tfd?

fabian-s commented 5 months ago

yup.

.. we don't need tfd -> fd! jeff says: "they can write that their damn selves"

also: tf -> matrix -> fd is probably not hard for people to do themselves and there are way too many different fd-specs for us to implement them all in a nice interface