Package export.RExport
Class RSuperDetectionExport
- Direct Known Subclasses:
RClickEventExport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.renjin.sexp.ListVector.NamedBuilder
addDetectionSpecificFields
(org.renjin.sexp.ListVector.NamedBuilder rData, SuperDetection dataUnit, int index) Add detection specific fields to a structure.getName()
Get the name of the structureGet the unit classstatic boolean
hasCompatibleUnits
(List<PamDataUnit> dataUnits, RDataUnitExport mlExporter) Check whether there are compatible data units to be exported.Methods inherited from class export.RExport.RDataUnitExport
detectionHeader, detectionToStruct, doubleArr2R
-
Constructor Details
-
RSuperDetectionExport
-
-
Method Details
-
addDetectionSpecificFields
public org.renjin.sexp.ListVector.NamedBuilder addDetectionSpecificFields(org.renjin.sexp.ListVector.NamedBuilder rData, SuperDetection dataUnit, int index) Description copied from class:RDataUnitExport
Add detection specific fields to a structure.- Specified by:
addDetectionSpecificFields
in classRDataUnitExport<SuperDetection>
-
hasCompatibleUnits
Check whether there are compatible data units to be exported.- Parameters:
dataUnits
- - the data unit list- Returns:
- true if MATLAB export is possible for the current data units.
-
getUnitClass
Description copied from class:RDataUnitExport
Get the unit class- Specified by:
getUnitClass
in classRDataUnitExport<SuperDetection>
- Returns:
-
getName
Description copied from class:RDataUnitExport
Get the name of the structure- Specified by:
getName
in classRDataUnitExport<SuperDetection>
- Returns:
-