cts5_energy_plot | R Documentation |
open csv file created by cts5_energy_process
and plot data
cts5_energy_plot(
login,
floatname = "",
subdir = "./ENY",
metadata = NULL,
batteryInitialCapacity = 0.9,
fitLength = 10
)
login |
identifiant used at the beginning of the pdf filename |
floatname |
hexa name of the float. If "", the floatname will automatically found. |
subdir |
subdir where energy .csv ASCII files are stored from |
metadata |
from |
batteryInitialCapacity |
initial battery capacity [0-1] |
fitLength |
nombre of profile taken into account to fit the remaining number of profile |
this function must be call in the directory where are technical files
a pdf file in the current directory and a list with various outputs.
Meta<-cts5_readMetaSensor()
cts5_energy_process(floatname="3ab0",Nke_ProgPath="D:/Data/Provor_USEA/USEA_R/",metadata=Meta)
cts5_energy_plot(login,floatname,metadata=Meta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.