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"};
23 auto &
r = TRInterface::Instance();
50 r<<
"df2<-data.frame(v1=c(0.1,0.2,0.3),v2=c(3,2,1))";
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t r
This is a class to create DataFrames from ROOT to R.
namespace associated R package for ROOT.