14 std::vector<Double_t> v2 {0.101, 0.202, 0.303};
15 std::array<Int_t,3> v3{ {1,2,3} };
16 std::list<std::string> names {
"v1",
"v2",
"v3"};
50 r<<
"df2<-data.frame(v1=c(0.1,0.2,0.3),v2=c(3,2,1))";
62 df2[
"v3"]<<df1[
"strings"];
69 df2[
"v3"]>>df1[
"var1"];
namespace associated R package for ROOT.
static TRInterface & Instance()
static method to get an TRInterface instance reference
Rcpp::internal::NamedPlaceHolder Label
This is a class to create DataFrames from ROOT to R